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
new Password(1).Next()
and I get "Password length invalid. Must be between 4 and 256 characters long"
why?
strange behaviour
why 4 and not 5?
why I get string but not exception?
new Password(1).IncludeLowercase().IncludeUppercase(); - would be useful if password must always starts with letter
The text was updated successfully, but these errors were encountered:
new Password(1).Next()
and I get "Password length invalid. Must be between 4 and 256 characters long"
why?
strange behaviour
why 4 and not 5?
why I get string but not exception?
new Password(1).IncludeLowercase().IncludeUppercase(); - would be useful if password must always starts with letter
The text was updated successfully, but these errors were encountered: