Please Share your Product Ideas with us!

All ideas are welcome. Just because the Idea doesn't make it into the product immediately does not make it a bad idea.

Forbidden passwords validation should include wildcards, not only exact match

The validation checks whether the password is not included in the list of Forbidden passwords, i.e.

ForbidenPassword = '123.

Validation: Password = '123'

It should also be possible to validate patterns i.e.

ForbiddenPassword = '123%'

Validation: Password LIKE '123%'

  • Ana GARCIA RUBIO
  • Apr 29 2020
  • Needs review
  • Attach files
  • Ruben Jardim commented
    June 11, 2021 13:56

    It feels really bad to have to tell a client that our platform doesn't support that, specially since it's something common in other platforms, like SAP for instance.

  • Ruben Jardim commented
    June 11, 2021 13:53

    Yes please!