File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/content/administration Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -608,9 +608,10 @@ And the following unique queues:
608
608
- ` ENABLE_AUTO_REGISTRATION ` : ** false** : Automatically create user accounts for new oauth2 users.
609
609
- ` USERNAME ` : ** nickname** : The source of the username for new oauth2 accounts:
610
610
- ` userid ` - use the userid / sub attribute
611
- - ` nickname ` - use the nickname attribute
611
+ - ` nickname ` - use the nickname
612
+ - ` preferred_username ` - use the preferred_username
612
613
- ` email ` - use the username part of the email attribute
613
- - Note: ` nickname ` and ` email ` options will normalize input strings using the following criteria:
614
+ - Note: ` nickname ` , ` preferred_username ` and ` email ` options will normalize input strings using the following criteria:
614
615
- diacritics are removed
615
616
- the characters in the set ` ['´\x60] ` are removed
616
617
- the characters in the set ` [\s~+] ` are replaced with ` - `
You can’t perform that action at this time.
0 commit comments