You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently password policies can be customised with various options (eg minimum length, the presence of at least one special character,...), we want to replicate some of these features for the username, namely adding a minimum and maximum length and forbidding the use of whitespaces and special characters.
For reference this is where the username gets validated:
Currently password policies can be customised with various options (eg minimum length, the presence of at least one special character,...), we want to replicate some of these features for the username, namely adding a minimum and maximum length and forbidding the use of whitespaces and special characters.
For reference this is where the username gets validated:
Orchard/src/Orchard.Web/Modules/Orchard.Users/Services/AccountValidationService.cs
Line 39 in 028e2e4
The text was updated successfully, but these errors were encountered: