core: disallow username and email changes by default (#5571)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-05-10 20:57:57 +02:00 committed by GitHub
parent eb071d4d90
commit 3704f4ccf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -77,8 +77,8 @@ geoip: "/geoip/GeoLite2-City.mmdb"
footer_links: [] footer_links: []
default_user_change_name: true default_user_change_name: true
default_user_change_email: true default_user_change_email: false
default_user_change_username: true default_user_change_username: false
gdpr_compliance: true gdpr_compliance: true
cert_discovery_dir: /certs cert_discovery_dir: /certs

View file

@ -214,7 +214,7 @@ Enable the ability for users to change their name, defaults to `true`.
Requires authentik 2021.12.1 Requires authentik 2021.12.1
::: :::
Enable the ability for users to change their Email address, defaults to `true`. Enable the ability for users to change their Email address, defaults to `false`.
### `AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME` ### `AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME`
@ -222,7 +222,7 @@ Enable the ability for users to change their Email address, defaults to `true`.
Requires authentik 2021.12.1 Requires authentik 2021.12.1
::: :::
Enable the ability for users to change their Usernames, defaults to `true`. Enable the ability for users to change their Usernames, defaults to `false`.
### `AUTHENTIK_GDPR_COMPLIANCE` ### `AUTHENTIK_GDPR_COMPLIANCE`