password-validator-reactive
Reactive icon

Password Validator Reactive

icon_trusted
Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 09 November 2022 by 
5.0
 (4 ratings)
password-validator-reactive

Password Validator Reactive

Details
This component provides basic validation for passwords, among which length, numbers and special characters compliance.
Read more

This widget provides a configurable way to control password acceptance based on a password policy requirements. The widget also works offline as it leverages on RegEx via JavaScript.

The password policy includes:

  • Letters
    • Lowercase letters
    • Uppercase letters
  • Numbers
  • Special characters
  • Length


How to use

Just drag the web block to a web screen and fill the password input id and your password requirements as inputs.


Release notes (1.0.4)

Includes a couple of NFR fixes:

  • Security: the JavaScript performing the regex was logging on the console the password. This has been removed.
  • Maintenance: all public actions and web blocks parameters have now a description.
Reviews (1)
by 
2023-06-16
in version 1.0.4
Great component and very simple to implement! Thank you
Team