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

Fine-tune password generation options #130

Closed
dlajarretie opened this issue Feb 25, 2022 · 2 comments
Closed

Fine-tune password generation options #130

dlajarretie opened this issue Feb 25, 2022 · 2 comments

Comments

@dlajarretie
Copy link
Contributor

The lib allows to set the following parameters when generating a password:

General rules

  • length (default : 20 characters)
  • human-readable (default: false)
  • avoid similar characters (default: false)

Content rules

  • containing numbers (default: true)
  • containing symbols (default: true)
  • containing mixed case (default: true)
  • strict mode = containing at least one of each the enabled content rules (default: false)

We should add the UI to be able to change these settings when generating a password.
The user should be able to customize the defaults in settings.
The configuration for each secret should be stored.

@dlajarretie
Copy link
Contributor Author

We could maybe cover #62 as part of this

@dlajarretie
Copy link
Contributor Author

Implemented in #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant