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

Fix user seeds not populating from pwned_password validation #2315

Merged

Conversation

bennpham
Copy link
Member

Description

Ignore validations when creating User in the seed file to match the sample users on https://github.com/ifmeorg/ifme/wiki/Installation#testing-accounts

More Details

Since my implementation of #1935 , when the pwned password list database updates, more passwords will be checked to the data breach dump which prevents users from creating a password that's already been found in a breach.

Since these are just test users which you can find on a public Wiki page in plaintext, it doesn't matter that the password is password so I decide to ignore the validations so we can seed those users for testing purposes.


Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!

Copy link
Member

@julianguyen julianguyen 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 Ben!!

@julianguyen julianguyen merged commit 55115b4 into ifmeorg:main Sep 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants