prevent username change
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2023-03-28 21:46:00 +02:00
parent 4ce032cac2
commit e7eeb3d112
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ LETS_ENCRYPT_ENV=production
DOMAIN=authentik.example.com
COMPOSE_FILE="compose.yml"
AUTHENTIK_ERROR_REPORTING__ENABLED=true
AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME=false
AUTHENTIK_LOG_LEVEL=info
# AUTHENTIK_IMPERSONATION=true
# AUTHENTIK_FOOTER_LINKS='[{"name": "My Organization","href":"https://example.com"}]'

3
release/next Normal file
View File

@ -0,0 +1,3 @@
Env recommendation: AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME=false
This prevents users from changing their username.
Changing the username can be a security risk and it can break things.