We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91af298 commit eeb85eaCopy full SHA for eeb85ea
modules/setting/admin.go
@@ -22,7 +22,7 @@ func loadAdminFrom(rootCfg ConfigProvider) {
22
Admin.DefaultEmailNotification = sec.Key("DEFAULT_EMAIL_NOTIFICATIONS").MustString("enabled")
23
Admin.UserDisabledFeatures = container.SetOf(sec.Key("USER_DISABLED_FEATURES").Strings(",")...)
24
Admin.ExternalUserDisableFeatures = container.SetOf(sec.Key("EXTERNAL_USER_DISABLE_FEATURES").Strings(",")...).Union(Admin.UserDisabledFeatures)
25
- Admin.ExternalUserLockFullName = sec.Key("EXTERNAL_USER_LOCK_FULLNAME").MustBool(false)
+ Admin.ExternalUserLockFullName = sec.Key("EXTERNAL_USER_LOCK_FULL_NAME").MustBool(false)
26
}
27
28
const (
0 commit comments