Commit 06f7a49a by Torkel Ödegaard

Refactoring / fixing password hint PR #15868

parent 647cb6dd
......@@ -231,7 +231,7 @@ verify_email_enabled = false
# Background text for the user field on the login page
login_hint = email or username
passowrd_hint = password
password_hint = password
# Default UI theme ("dark" or "light")
default_theme = dark
......
......@@ -211,6 +211,7 @@ log_queries =
# Background text for the user field on the login page
;login_hint = email or username
;password_hint = password
# Default UI theme ("dark" or "light")
;default_theme = dark
......
......@@ -342,6 +342,14 @@ options are `Admin` and `Editor`. e.g. :
Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
Defaults to `false`.
### login_hint
Text used as placeholder text on login page for login/username input.
### password_hint
Text used as placeholder text on login page for password input.
<hr>
## [auth]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment