Skip to content

feat: Add role parameter to configure password length #38

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rblaine95
Copy link

  • Default length remains 16

Closes #37

Copy link

github-actions bot commented Jun 4, 2024

Please ensure your PR conforms to conventional commits (see https://www.conventionalcommits.org).

Commits MUST be prefixed with a type, which consists of one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests
  • chore: No production code change

@rblaine95 rblaine95 force-pushed the feature/configurable-password-length branch from 5a451f3 to 5e5e696 Compare June 4, 2024 09:29
Copy link

github-actions bot commented Jun 4, 2024

Please ensure your PR conforms to conventional commits (see https://www.conventionalcommits.org).

Commits MUST be prefixed with a type, which consists of one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests
  • chore: No production code change

@rblaine95 rblaine95 changed the title Add role parameter to configure password length feat: Add role parameter to configure password length Jun 4, 2024
@rblaine95 rblaine95 force-pushed the feature/configurable-password-length branch from 5e5e696 to c013e2d Compare June 4, 2024 09:30
@github-actions github-actions bot added the feat A new feature label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Make password length configurable
1 participant