jordidh / multi-tenant-app

Exemple d'aplicació multi tenant
MIT License
0 stars 5 forks source link

Password validation in server and client environment and refactoring the password pattern in server side. #4 #6

Closed Batr0s closed 7 months ago

Batr0s commented 7 months ago

Now the validation of the password is done in client and server environtment and when the password does not meet the requirements a message is displayed at the top of the website. The passord pattern and the error messages are now in a single line.