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

Added all special chars in password validation #381

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

mehul-m-prajapati
Copy link
Contributor

📋 Description

  • Expanded the character class after the positive lookahead (?=.[@$!%?&]) to include additional special characters like ^, #, (), {}, [], :, ;, <, >, ,, ., ?, ~, `, +, =, and -

🔨 Changes Made

  • Sign Up validation

✅ Checklist

Before submitting the PR, please make sure you have completed the following:

  • I have followed all the guidlines mentioned in CONTRIBUTING.md.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • I have tested it locally and it works fine.
  • Any dependent changes have been merged and published in downstream modules.

🏷️ Types of Changes

What type of changes does your code introduce? (Check all that apply)

📸 Screenshots (if applicable)


Thank you for contributing to Research Nexus! We look forward to reviewing your PR and getting it merged!

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you @mehul-m-prajapati for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@Harshdev098 Harshdev098 merged commit 37141e1 into Harshdev098:main Nov 3, 2024
1 check passed
Copy link
Contributor

github-actions bot commented Nov 3, 2024

🎉🎉 Thank you for your contribution! Your PR #381 has been merged! 🎉🎉

@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level1 its the issue level for gssoc hacktoberfest-accepted label for accepted PRs under hacktoberfest labels Nov 3, 2024
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 hacktoberfest-accepted label for accepted PRs under hacktoberfest level1 its the issue level for gssoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Allow more special characters in password validation
2 participants