mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow site owners to disable impersonation (#20783)
Site owners can now disable impersonation using the global setting `allow_impersonation` (Eg: DISCOURSE_ALLOW_IMPERSONATION: false) see: https://meta.discourse.org/t/thoughts-about-impersonate-user/258795
This commit is contained in:
@@ -373,4 +373,7 @@ pg_force_readonly_mode = false
|
||||
dns_query_timeout_secs =
|
||||
|
||||
# Default global regex timeout
|
||||
regex_timeout_seconds =
|
||||
regex_timeout_seconds =
|
||||
|
||||
# Allow impersonation function on the cluster to admins
|
||||
allow_impersonation = true
|
||||
|
||||
Reference in New Issue
Block a user