mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
Add a link on the login pages to switch between admin and web client login
The links are hidden if only the web admin or only thw web client is enabled and can also be controlled using the "hide_login_url" setting Fixes #485
This commit is contained in:
@@ -191,7 +191,8 @@
|
||||
"enable_https": false,
|
||||
"client_auth_type": 0,
|
||||
"tls_cipher_suites": [],
|
||||
"proxy_allowed": []
|
||||
"proxy_allowed": [],
|
||||
"hide_login_url": 0
|
||||
}
|
||||
],
|
||||
"templates_path": "templates",
|
||||
|
||||
Reference in New Issue
Block a user