Question
How to hide/change the link "What username and password to use?" on the Plesk login page?
Answer
Note: The solution below is applicable to Plesk Obsidian 18.0.39 Update 1 and later.
-
Install the Panel.ini Editor extension from Plesk Extensions.
-
Open Panel.ini Editor at Extensions > My Extensions.
-
In Panel.ini Editor, switch to the Editor tab.
-
Add one of the following configuration:
-
to hide the link:
[login]
howToLoginArticle = '' -
to change the URL to your own:
[login]
howToLoginArticle = 'https://example.com'
-
- Click Save.