Mayuresh-22 / Minglr

Social Network Site developed using HTML, CSS, JS and PHP as a Backend Language. This site supports the functionality of login/registration and sharing the posts/photos through their accounts, also it has the functionality of private messaging with the users.
https://links.mayuresh.me/minglr
MIT License
37 stars 43 forks source link

[feat] Added password validation on Registration form. Solved #77 #80

Closed 1-ankush-1 closed 10 months ago

1-ankush-1 commented 10 months ago

Close Issue

77

Problem Description

Reference

Password Regex: '/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/' (Added support for special characters) Refer thread: #64

screenshots

image

image

image

Easiness

Mayuresh-22 commented 10 months ago

@1-ankush-1, you have successfully made the required changes. I have tested all the edge cases and everything is functioning perfectly. Congratulations on creating your first pull request! 🤗. Merging this PR.