Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter CustomizrLuvr

    (@customizrluvr)

    Matching passwords required… anyone?

    I hope you have used regular expressions in the past.
    The easiest way is to click the edit wheel thing then add the stuff in the regular expression spot and the id put it in the field label spot

    I think this will work and hope it helps.
    in the form fields is where you want to everything.

    the id can be anything
    this will make sure both fields are the same
    password[id:pass]
    password again[id:again]||pass

    OR
    this adds more requirements for a valid password
    password[id:pass]||((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})
    password again[id:again]||pass

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Passwords must match’ is closed to new replies.