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

[Feature Request]: Add Password validation on sign up page #397

Closed
6 tasks done
IkkiOcean opened this issue Nov 6, 2024 · 1 comment · Fixed by #412
Closed
6 tasks done

[Feature Request]: Add Password validation on sign up page #397

IkkiOcean opened this issue Nov 6, 2024 · 1 comment · Fixed by #412
Assignees
Labels
gssoc-ext Extended contribution for GSSoC hacktoberfest Open-source contribution during October for GSSoC hacktoberfest-accepted Eligible contribution for Hacktoberfest rewards level2 Intermediate-level contribution or task

Comments

@IkkiOcean
Copy link
Contributor

IkkiOcean commented Nov 6, 2024

Is there an existing feature request for this?

  • I have searched the existing feature requests

Describe the feature you would like to request

We need to implement strong password validation for the password field to improve security. The validation should enforce specific criteria to ensure users create secure passwords during account creation or password updates.

What problem does this feature solve?

Requirements

  1. Password Criteria:
    • Passwords must be at least 8 characters long.
    • Include at least one uppercase letter.
    • Include at least one lowercase letter.
    • Include at least one numeric digit.
    • Include at least one special character (e.g., @, #, $, !, %, etc.).
Screenshot 2024-11-06 at 12 41 11 PM

Confirmation

  • I have read the Bitbox Contributing Guidelines
  • I am a GSSOC-EXT contributor
  • I am a HACKTOBERFEST contributor
  • I have starred the Bitbox repository
  • I would like to help implement this feature
@IkkiOcean IkkiOcean added the enhancement New feature or request label Nov 6, 2024
@Anuj3553 Anuj3553 added gssoc-ext Extended contribution for GSSoC hacktoberfest-accepted Eligible contribution for Hacktoberfest rewards level2 Intermediate-level contribution or task hacktoberfest Open-source contribution during October for GSSoC and removed enhancement New feature or request labels Nov 6, 2024
@Anuj3553
Copy link
Collaborator

Anuj3553 commented Nov 6, 2024

Hyy @IkkiOcean, I'm assigning this issue to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Extended contribution for GSSoC hacktoberfest Open-source contribution during October for GSSoC hacktoberfest-accepted Eligible contribution for Hacktoberfest rewards level2 Intermediate-level contribution or task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants