Solved User password validation
-
At the moment, the password choosen by the user must respect these criterias:
-Minimum 8 characters
-Minimum 2 letters
-Minimum 1 number
-Minimum 1 special charactersI had a look into it but I have not been able to find where I could update these requirements in the code.
Can anyone help ?
Cheers !
-
At the moment, the password choosen by the user must respect these criterias:
-Minimum 8 characters
-Minimum 2 letters
-Minimum 1 number
-Minimum 1 special charactersFor update or changes in the code related to the password field, you can follow the below file path:
your-project-folder-name/vendor/uvdesk/core-framework/Resources/views/profile.html.twig
-
At the moment, the password choosen by the user must respect these criterias:
-Minimum 8 characters
-Minimum 2 letters
-Minimum 1 number
-Minimum 1 special charactersFor update or changes in the code related to the password field, you can follow the below file path:
your-project-folder-name/vendor/uvdesk/core-framework/Resources/views/profile.html.twig
-
peopleinside