diff --git a/conf/defaults.ini b/conf/defaults.ini index 662e300834f..8daf5ef4a88 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -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).