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
2 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ Enable the ability for users to change their name, defaults to `true`.
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`
@ -222,7 +222,7 @@ Enable the ability for users to change their Email address, defaults to `true`.
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`