correct username format
This commit is contained in:
parent
cb6ab68906
commit
c336128266
@ -1,4 +1,4 @@
|
||||
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
|
||||
auth_username_format ="%Ld_%Ln"
|
||||
auth_username_format ="%Lu"
|
||||
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
|
||||
!include auth-oauth2.conf.ext
|
||||
|
Loading…
Reference in New Issue
Block a user