[Solved] Making sure app users enter in a strong password

Hi,

I would like to ensure that the password users enter when creating an account meets the following criteria:
-Is eight characters long
-Has at least one uppercase letter
-Has at least one lowercase letter
-Hast at least one digit
-Has at least one special character

I put together this block, but right now, it only checks for eight characters, letter A, letter a, digit 0 and special character #. I’m not sure how to write the code to have it check for all the letters of the alphabet, all the digits, and more special characters without making the block super long and tedious.

Please help.

1 Like

Hi @viafiri202020 check out this project which does that very hting:
https://x.thunkable.com/copy/550c617eb4f769ffee731d60c365c9bb

Happy Thunking!

3 Likes

Oh my gosh, thank you so much! I’ll check it out now!!!

1 Like

I tried out your blocks and tweaked it and it worked!!! Thank you so much once again.

3 Likes

No problem. Glad it worked!

Helped me a lot, thank you so much !