mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix misspelled authentication in Auth overview doc
This commit is contained in:
@@ -32,11 +32,11 @@ permissions and org memberships.
|
|||||||
|
|
||||||
## Grafana Auth
|
## Grafana Auth
|
||||||
|
|
||||||
Grafana of course has a built in user authentication system with password authenticaten enabled by default. You can
|
Grafana of course has a built in user authentication system with password authentication enabled by default. You can
|
||||||
disable authentication by enabling anonymous access. You can also hide login form and only allow login through an auth
|
disable authentication by enabling anonymous access. You can also hide login form and only allow login through an auth
|
||||||
provider (listed above). There is also options for allowing self sign up.
|
provider (listed above). There is also options for allowing self sign up.
|
||||||
|
|
||||||
### Anonymous authenticaten
|
### Anonymous authentication
|
||||||
|
|
||||||
You can make Grafana accessible without any login required by enabling anonymous access in the configuration file.
|
You can make Grafana accessible without any login required by enabling anonymous access in the configuration file.
|
||||||
|
|
||||||
@@ -84,4 +84,3 @@ Set to the option detailed below to true to hide sign-out menu link. Useful if y
|
|||||||
[auth]
|
[auth]
|
||||||
disable_signout_menu = true
|
disable_signout_menu = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user