File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1553,8 +1553,9 @@ LEVEL = Info
1553
1553
; ; The source of the username for new oauth2 accounts:
1554
1554
; ; userid = use the userid / sub attribute
1555
1555
; ; nickname = use the nickname attribute
1556
+ ; ; preferred_username = use the preferred_username attribute
1556
1557
; ; email = use the username part of the email attribute
1557
- ; ; Note: `nickname` and `email` options will normalize input strings using the following criteria:
1558
+ ; ; Note: `nickname`, `preferred_username` and `email` options will normalize input strings using the following criteria:
1558
1559
; ; - diacritics are removed
1559
1560
; ; - the characters in the set `['´\x60]` are removed
1560
1561
; ; - the characters in the set `[\s~+]` are replaced with `-`
You can’t perform that action at this time.
0 commit comments