This Plugin provides 3 ways to validate passwords.
1. Validate while Typing the Password.
Simply use the 'Validate Password' element and customise the fields as desired.
Note: This approach doesn't validate an empty password.(You can easily handle that with bubble).
2. Validate using an Element Action
Simply use the 'Password Validator' element, then make use of the action attached to the element called 'validate' and
customise the fields of the action as desired.
3. Validate using Plugin Action (Server side validation)
Simply use the 'validate password' plugin action and customise the fields of the action as desired.
- Each element has 2 exposed states: 'valid' and 'validated'.
'valid' - Informs you if the password is valid or not. (default value before validation is - yes).
'validated' - Informs you if the password has been validated or not( default value: no).
Note: If you don't want any minimum number of characters set, leave the field blank. Setting it to 0 won't work as desired.
Demo :
https://freecodex.bubbleapps.io/version-testDemo App Editor:
https://bubble.io/page?name=index&id=freecodex&tab=tabs-1&subtab=PlanContact me if you have any issues implementing the plugin:
[email protected]