Added apostrophe to allowed characters for username. (#16406)

This commit is contained in:
Bartlomiej Komendarczuk
2024-08-02 14:26:16 +02:00
committed by GitHub
parent 688790e90a
commit fc5cd6bdd1

View File

@@ -41,7 +41,7 @@
"KeepUserLoggedIn": false,
"UsernameIsEmail": true,
"HideDisabledUsersInBackoffice": false,
"AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\",
"AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-'._@+\\",
"UserPassword": {
"RequiredLength": 10,
"RequireNonLetterOrDigit": false,