• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Make Goto login panel button disable?

I

ilkerburak

Guest
How i can make "if you are user,please login here" button disable at right-top of wizard page?
thanks
 
As I know, there is no proper way to disable this icon. It is possible to remove "Go to Admin panel" text and icon using following article: http://kb.odin.com/en/4634.
As for the "Already a user..." text it is only possible to just remove this text from the locale file and it will disappear from the screen but Login icon will be still there. But you can try it:

/usr/local/sitebuilder/resources/locale/en_US/Wizard/Common.lng
....
login = "Already a user? Log in here..."
 
disabling going to admin panel,there is no
disable_go_to_admin_panel selection on Sitebuilder 4.5 for Linux,
remote_admin = on
is instead of this selection?
 
You should add this parameter into configuration as it is missing by default. It should be added into [general] section:

[general]
.............
.......
disable_go_to_admin_panel = on
............
 
thanks,
i added but not disabled
need to restart sietbuilder server?


--
ok,i solved
thanks
 
Last edited by a moderator:
Back
Top