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

Frontend/Backend: Force user to change password first time they log in #12

Open
ethanstrominger opened this issue Sep 24, 2021 · 0 comments

Comments

@ethanstrominger
Copy link
Collaborator

ethanstrominger commented Sep 24, 2021

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 Y.

Frontend: If requires_set_flag is Y, navigate to new Change Password Screen.

@ethanstrominger ethanstrominger changed the title USER SCREEN: Add Office Code and Reset_Needed flag USER SCREEN: Add Office Code to FE and BE. Add password_reset_needed flag to BE Sep 24, 2021
@ethanstrominger ethanstrominger changed the title USER SCREEN: Add Office Code to FE and BE. Add password_reset_needed flag to BE Frontend/Backend: Force user to change password first time they log in Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant