• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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