Skip to content

Added minimum password length to password field

Phil Hughes requested to merge password-min-length-placeholder into master

What does this MR do?

Adds a placeholder to the password field in the register form with the minimum number of characters required. Also added a pattern to the field to stop it submitting if less than that.

What are the relevant issue numbers?

Closes #17765 (closed)

Screenshots (if relevant)

Screen_Shot_2016-06-03_at_11.47.41

Merge request reports