Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Password need to meet minimum requirements for signup #113

Closed
smog-root opened this issue Oct 14, 2024 · 2 comments
Closed

[Security] Password need to meet minimum requirements for signup #113

smog-root opened this issue Oct 14, 2024 · 2 comments
Assignees
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest level3 labe3 label for gssoc

Comments

@smog-root
Copy link
Contributor

i'm expecting a gssoc-ext with level3 and a hacktoberfest-accepted label!

Password Requirements:

At least 8 characters long.
At least 1 uppercase letter (A-Z).
At least 1 lowercase letter (a-z).
At least 1 number (0-9).
At least 1 special character (e.g., !@#$%^&*()).

Now, when a user tries to register, they will receive immediate feedback if their password does not meet these criteria. Let me know if you need any further changes or additional features!

i have already done the task:

signup.html

signup.html

i'm wait for you to assign!

@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc labels Oct 14, 2024
@Harshdev098
Copy link
Member

Just add it for both stakeholders and faculty authentication also

@smog-root
Copy link
Contributor Author

Hoo shit! I commited. I added only for sigup.

I will add to stk_signup.html in another PR!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest level3 labe3 label for gssoc
Projects
None yet
Development

No branches or pull requests

2 participants