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

Additional password validation options #1880

Open
benfeather opened this issue May 9, 2024 · 1 comment
Open

Additional password validation options #1880

benfeather opened this issue May 9, 2024 · 1 comment

Comments

@benfeather
Copy link

What are you trying to do?

The password field currently has the following validation options

  1. Required
  2. Match field

It would be very helpful if we could include additional validations for this field.

What's your proposed solution?

Some useful options could be:

  1. Min password length (The user integration job fails if the password is too short - 6 chars)
  2. Require special chars
  3. Require uppercase letters
  4. Require lowercase letters

Additional context

No response

@engram-design
Copy link
Member

Great ideas, I like it. Consider them added to our todo list.

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

2 participants