• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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