mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
Docs: add hidden_users configuration field (#30435)
* Docs: add hidden_users configuration field * Add feature in the what's new * Update configuration.md * apply PR feedback Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * fix what's new link * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Leonard Gram <leo@xlson.com>
This commit is contained in:
@ -631,6 +631,10 @@ The duration in time a user invitation remains valid before expiring.
|
||||
This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week).
|
||||
Default is `24h` (24 hours). The minimum supported duration is `15m` (15 minutes).
|
||||
|
||||
### hidden_users
|
||||
|
||||
This is a comma-separated list of usernames. Users specified here are hidden in the Grafana UI. They are still visible to Grafana administrators and to themselves.
|
||||
|
||||
<hr>
|
||||
|
||||
## [auth]
|
||||
|
Reference in New Issue
Block a user