Hi guys,
I want to implement the password standard rule :
1) Use atleast 8 character
2)Use atleast one uppercase
3)Use atleast one lowercase
4)Use atleast one special symbol
5)Use atleast one number
on UserDetail page of outsystems which is linked to user entity.
How can I do these????
Hi Rohan,
You can use the Password Validator Reactive component, which allows you to do precisely that.
It also includes a demo for you to test it out and see how to use it:
Kind Regards,João
As suggested by Joao, you can use above component. But if you don't want to use that can write regex for the same to validate the input by user.
Regards