In order to satisfy OWASP (Open Web Application Security Project) password complexity requirements, the ability to enforce proper passwords has been added.

According to OWASP, the credentials used by the application should:

  • consist of at least 12 characters
  • contain at least one uppercase and one lowercase letter
  • contain at least one number
  • contain at least one special character