verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Additional password validation options #1880

Open benfeather opened 1 month ago

benfeather commented 1 month ago

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 commented 1 month ago

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