Browse Source

fix spelling

Marcus Efraimsson 7 năm trước cách đây
mục cha
commit
85ef2ca738
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      conf/defaults.ini
  2. 1 1
      conf/sample.ini
  3. 1 1
      docs/sources/auth/overview.md

+ 1 - 1
conf/defaults.ini

@@ -250,7 +250,7 @@ login_cookie_name = grafana_session
 # The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days.
 login_maximum_inactive_lifetime_days = 7
 
-# The maximum lifetime (days) an autenticated user can be logged in since login time before being required to login. Default is 30 days.
+# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
 login_maximum_lifetime_days = 30
 
 # How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.

+ 1 - 1
conf/sample.ini

@@ -230,7 +230,7 @@ log_queries =
 # The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days,
 ;login_maximum_inactive_lifetime_days = 7
 
-# The maximum lifetime (days) an autenticated user can be logged in since login time before being required to login. Default is 30 days.
+# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
 ;login_maximum_lifetime_days = 30
 
 # How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.

+ 1 - 1
docs/sources/auth/overview.md

@@ -58,7 +58,7 @@ login_cookie_name = grafana_session
 # The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days.
 login_maximum_inactive_lifetime_days = 7
 
-# The maximum lifetime (days) an autenticated user can be logged in since login time before being required to login. Default is 30 days.
+# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
 login_maximum_lifetime_days = 30
 
 # How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.