It would've helped to understand the reasoning behind the approach rather than the code upfront.
I recommend updating the password validation function to include a min character count, special chars check, lowercase & uppercase checks as a general security practice.
Surya Teja Karra
Doing what I love <3
Hello there,
It would've helped to understand the reasoning behind the approach rather than the code upfront.
I recommend updating the password validation function to include a min character count, special chars check, lowercase & uppercase checks as a general security practice.