Docs: correct typo in login solution documentation (#92393)

This commit is contained in:
Yves Siegrist 2024-10-15 22:00:40 +10:00 committed by GitHub
parent 9adba8537f
commit 4a3c6325a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -553,7 +553,7 @@ token_expiration_day_limit =
# Login cookie name
login_cookie_name = grafana_session
# Disable usage of Grafana build-in login solution.
# Disable usage of Grafana's built-in login solution.
disable_login = false
# The maximum lifetime (duration) an authenticated user can be inactive before being required to login at next visit. Default is 7 days (7d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month). The lifetime resets at each successful token rotation (token_rotation_interval_minutes).