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
a password generated with new_password = Passgen::generate(length: 20, symbols: true, uppercase: true, lowercase: true, digits: true)
was @LwShlWaQ)uks$nDeaGc
Note that there is no digit in. I would expect digits: true to ensure that the password at least includes one character of this class, not that it may include these.
In any case, the description is not clear on if it may or will include a specific character class.
The text was updated successfully, but these errors were encountered:
Hello,
a password generated with
new_password = Passgen::generate(length: 20, symbols: true, uppercase: true, lowercase: true, digits: true)
was
@LwShlWaQ)uks$nDeaGc
Note that there is no digit in. I would expect
digits: true
to ensure that the password at least includes one character of this class, not that it may include these.In any case, the description is not clear on if it may or will include a specific character class.
The text was updated successfully, but these errors were encountered: