scorelab / senz

SenZ is a new kind of query language that can be used to communicate with IoT devices. It is easily integrable, incredibly fast, and is in the highest end of security integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No need of password validation in Login Page

m1-key opened this issue · comments

Current version of the app supports password validation for login page , which is I guess is not at all required. Once the password has already been set and been verified during registration, then it need not be checked for verification at the time of login because it will be awkward to say to the user that your password is too short at the time of login.
Here validation means checking the password whether it satisfies the standard rules ( like containing an uppercase , lowercase , have a digit, and a special character) or not. Which is not necessary at the time of login to check.
At the time of login, only email must be checked whether it is in right format or not , there is no need for checking password whether it is in right format or not.

@sumedhe, @YashMeh Sir, may I know why these two pull requests were closed , #140 and #137 ? Did they breached any guidelines or they are not required ?
Because both of them are standard rules which most of the login pages follow.
Or I need to combine them in a single pull request ? Please reply

@YashMeh Please can you tell me why the approved PR by you was closed ? As I am unable figure out the same. @YashMeh Please help

@sumedhe what was the issue ?

I think I got mixed up with the multiple PRs with the password input component. Thank you for informing the problem.