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

[BUG]: Password complexity requirements unclear #3789

Closed
2 tasks done
Benabik opened this issue Jul 29, 2023 · 3 comments · Fixed by #3935
Closed
2 tasks done

[BUG]: Password complexity requirements unclear #3789

Benabik opened this issue Jul 29, 2023 · 3 comments · Fixed by #3935
Labels
🐞 Bug Difficulty—Beginner Good First Issue Suitable for users that are newer or less experienced stale

Comments

@Benabik
Copy link
Collaborator

Benabik commented Jul 29, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When creating a new account, it says to use punctuation in your password. Adding a comma (to a password that already contained spaces and numbers) did not work.

Expected Behavior

I expected a password with spaces and/or a comma to work.

Steps To Reproduce

No response

Environment

- OS: macOS 13.4.1
- Browser: Firefox 115.0.2

Criteria for Completion

No response

Anything else?

Related to #2217

The code actually checks for one of #?!@$%^&*-

This should include other common punctuation like periods and commas and/or be explicitly shown to the user so they can select one.

Code of Conduct

  • I've read the Code of Conduct and understand my responsibilities as a member of the Ruby for Good community
@dorner dorner added Good First Issue Suitable for users that are newer or less experienced Difficulty—Beginner labels Nov 3, 2023
@seagivens
Copy link
Contributor

I'd like to tackle this

Copy link
Contributor

github-actions bot commented Dec 7, 2023

This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned.

Copy link
Contributor

Automatically unassigned after 7 days of inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Difficulty—Beginner Good First Issue Suitable for users that are newer or less experienced stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants