Scrum-Management: This is a project on the platform of web designing which will be a website developed for amateurs entering into codex that will make their tasks easier...
MIT License
30
stars
32
forks
source link
hash password added in student and admin databases #62
1 . password is added in the databases of both user and admin . using hashing for security purposes .
2 . In the register form for users . password and confirm password are matched so that if user by chance fill different password in both fields it will show an error to him.
hey @Harshita248 issue #58
1 . password is added in the databases of both user and admin . using hashing for security purposes .
2 . In the register form for users . password and confirm password are matched so that if user by chance fill different password in both fields it will show an error to him.