You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: