Skip to content

Commit 0bae9ee

Browse files
committed
Add preferred_username to app.example.ini
1 parent ae048ab commit 0bae9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom/conf/app.example.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,9 @@ LEVEL = Info
15531553
;; The source of the username for new oauth2 accounts:
15541554
;; userid = use the userid / sub attribute
15551555
;; nickname = use the nickname attribute
1556+
;; preferred_username = use the preferred_username attribute
15561557
;; 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:
15581559
;; - diacritics are removed
15591560
;; - the characters in the set `['´\x60]` are removed
15601561
;; - the characters in the set `[\s~+]` are replaced with `-`

0 commit comments

Comments
 (0)