minUpperAlpha filter not in my CONFIGURE INPUT menu

Options

@Michael I am trying to add a filter onto password input, like you did into Password Reset video https://youtu.be/L1tmWuR6u6Y but it is not in my option list when I am configuring my filter.

and on my screen only this

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options

    Hi @thierry — please ignore the video using the password input type. You will want to leave it was a text input type in order for the precondition to function properly. Passwords are salted and hashed so the precondition that checks if both inputs match would always fail. Enforcing your minimum password requirements can be done on the schema in the database and you can also use an additional precondition with filters in the function stack for additional enforcements.