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

Force user to change password on first login #147

Open
rkaufman13 opened this issue May 18, 2022 · 0 comments
Open

Force user to change password on first login #147

rkaufman13 opened this issue May 18, 2022 · 0 comments
Labels
needed-for-production This is a feature that is needed when this code ships to production, but not necessarily sooner.

Comments

@rkaufman13
Copy link
Collaborator

Backend: Add "requires_reset_flag" to users table. Add change password route and method which checks password is a new password, at least 8 characters. Prevent access to database if requires_reset_flag is true.

Since we're also working on allowing this to be demoed by stakeholders, this needs to not harm 109 on the frontend.

@rkaufman13 rkaufman13 added the needed-for-production This is a feature that is needed when this code ships to production, but not necessarily sooner. label May 18, 2022
@ethanstrominger ethanstrominger added good first issue Good for newcomers needed-for-demo needed-for-production This is a feature that is needed when this code ships to production, but not necessarily sooner. and removed good first issue Good for newcomers needed-for-demo needed-for-production This is a feature that is needed when this code ships to production, but not necessarily sooner. labels May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needed-for-production This is a feature that is needed when this code ships to production, but not necessarily sooner.
Projects
None yet
Development

No branches or pull requests

2 participants