• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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