fix what changed are allowed or not
This commit is contained in:
parent
40be1b1a0f
commit
f3e671a645
2 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,6 @@ authentik_email_timeout: "10"
|
||||||
authentik_port_http: "9000"
|
authentik_port_http: "9000"
|
||||||
authentik_port_https: "9443"
|
authentik_port_https: "9443"
|
||||||
authentik_domain: "auth.un-hack-bar.de,auth.unhb.de"
|
authentik_domain: "auth.un-hack-bar.de,auth.unhb.de"
|
||||||
|
authentik_allow_users_to_change_email: "false" # disable emailaddress changes to avoid emailaddress collisions
|
||||||
|
authentik_allow_users_to_change_names: "true" # enables name changes
|
||||||
authentik_allow_users_to_change_usernames: "false" # disable username changes to avoid username collisions
|
authentik_allow_users_to_change_usernames: "false" # disable username changes to avoid username collisions
|
||||||
|
|
|
@ -16,4 +16,6 @@ AUTHENTIK_EMAIL__TIMEOUT={{ authentik_email_timeout }}
|
||||||
AUTHENTIK_EMAIL__FROM={{ authentik_email_from }}
|
AUTHENTIK_EMAIL__FROM={{ authentik_email_from }}
|
||||||
AUTHENTIK_PORT_HTTP={{ authentik_port_http }}
|
AUTHENTIK_PORT_HTTP={{ authentik_port_http }}
|
||||||
AUTHENTIK_PORT_HTTPS={{ authentik_port_https }}
|
AUTHENTIK_PORT_HTTPS={{ authentik_port_https }}
|
||||||
|
AUTHENTIK_DEFAULT_USER_CHANGE_EMAIL={{ authentik_allow_users_to_change_email }}
|
||||||
|
AUTHENTIK_DEFAULT_USER_CHANGE_NAME={{ authentik_allow_users_to_change_names }}
|
||||||
AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME={{ authentik_allow_users_to_change_usernames }}
|
AUTHENTIK_DEFAULT_USER_CHANGE_USERNAME={{ authentik_allow_users_to_change_usernames }}
|
||||||
|
|
Loading…
Reference in a new issue