Skip to content

Password sometimes lacks given character classes #8

@Sebbb

Description

@Sebbb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions