Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capitalized words to memorable passwords #1985

Merged
merged 4 commits into from
Sep 13, 2021
Merged

Add capitalized words to memorable passwords #1985

merged 4 commits into from
Sep 13, 2021

Commits on Sep 3, 2021

  1. Add capitalized words to memorable passwords

    Memorable passwords generated with --strict will now have at least one
    capitalized word.
    
    Closes #1984
    
    RELEASE_NOTES=[FEATURE] Add capitalized words to memorable passwords
    
    Signed-off-by: Elijah J. Passmore <elijah@elijahjpassmore.com>
    Elijah J. Passmore committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9e443c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Rewrite unnecessary double if clause

    Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
    Elijah J. Passmore and AnomalRoil committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8dd3001 View commit details
    Browse the repository at this point in the history
  2. Update tests so that capitalization is checked

    Signed-off-by: Elijah J. Passmore <elijah@elijahjpassmore.com>
    Elijah J. Passmore committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0390a78 View commit details
    Browse the repository at this point in the history
  3. Simplify another redundant if clause

    Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
    Elijah J. Passmore and AnomalRoil committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    082fa66 View commit details
    Browse the repository at this point in the history