RBAC: Enable permission validation by default (#73804)

pull/73829/head
Misi 2 years ago committed by GitHub
parent 5d14b6ba19
commit 2f22946f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      conf/defaults.ini
  2. 3
      conf/sample.ini

@ -872,6 +872,9 @@ permission_cache = true
# Warning left to true, basic roles permissions will be reset on every boot
reset_basic_roles = false
# Validate permissions' action and scope on role creation and update
permission_validation_enabled = true
#################################### SMTP / Emailing #####################
[smtp]
enabled = false

@ -824,6 +824,9 @@
# Warning left to true, basic roles permissions will be reset on every boot
#reset_basic_roles = false
# Validate permissions' action and scope on role creation and update
; permission_validation_enabled = true
#################################### SMTP / Emailing ##########################
[smtp]
;enabled = false

Loading…
Cancel
Save