-
|
On the Webclient login page, is there any way to remove the Webadmin link so that users are not clicking on it and getting confused as they cannot login from that link. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Found my own answer. |
Beta Was this translation helpful? Give feedback.
-
|
Hello. Looking for a way to remove the WebAdmin link from the Login page, I found this option to modify the HTML code. However, after further documentation reading, the option Thanks. |
Beta Was this translation helpful? Give feedback.
Found my own answer.
In /usr/share/sftpgo/templates/webclient/login.html.
Comment out this line
<!--<a class="small" href="{{.AltLoginURL}}">{{.AltLoginName}}</a>-->