From 4a3c6325a4ca92c9e0912d50bd7a4a900ac9c37d Mon Sep 17 00:00:00 2001 From: Yves Siegrist Date: Tue, 15 Oct 2024 22:00:40 +1000 Subject: [PATCH] Docs: correct typo in login solution documentation (#92393) --- conf/defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).