• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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