mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Document verification_email_max_lifetime_duration config option (#84057)
This commit is contained in:
@@ -833,7 +833,7 @@ The available options are `Viewer` (default), `Admin`, `Editor`, and `None`. For
|
||||
|
||||
### verify_email_enabled
|
||||
|
||||
Require email validation before sign up completes. Default is `false`.
|
||||
Require email validation before sign up completes or when updating a user email address. Default is `false`.
|
||||
|
||||
### login_hint
|
||||
|
||||
@@ -878,6 +878,12 @@ The duration in time a user invitation remains valid before expiring.
|
||||
This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week).
|
||||
Default is `24h` (24 hours). The minimum supported duration is `15m` (15 minutes).
|
||||
|
||||
### verification_email_max_lifetime_duration
|
||||
|
||||
The duration in time a verification email, used to update the email address of a user, remains valid before expiring.
|
||||
This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week).
|
||||
Default is 1h (1 hour).
|
||||
|
||||
### hidden_users
|
||||
|
||||
This is a comma-separated list of usernames. Users specified here are hidden in the Grafana UI. They are still visible to Grafana administrators and to themselves.
|
||||
|
||||
Reference in New Issue
Block a user