Rules for registration and access password

I would like to create password rules in the registration of my application. The character size I’ve already missed as it will be. You can create rules like "must contain 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character.

Show what you have tried…

1 Like

The number of characters is working but the logic of the password contains upper and lower case letters and a special character. I don’t know if it’s right or if this is the correct way to do this. If you can help me …

image

Just a little advice… you could use the and logic block instead of the three if–clauses… this will get messy.
:wink:

Just try to understand

Blocks

AIA

TextChecking.aia (4.9 KB)

Apk

TextChecking.apk (4.8 MB)

Results

If this post helps you please mark it as solution. :relaxed: :upside_down_face:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.