Skip to content

Implement password validator

Martin Santangelo requested to merge feat/passsword-validator into release/4.0.0

closes #1785 (closed)

Steps to Test

  • Register a new user
  • A password validator should appear when you focus the password field
  • The register only should send the info to the server if the password is valid or warn the user otherwise

Merge request reports