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 true.
Since we're also working on allowing this to be demoed by stakeholders, this needs to not harm 109 on the frontend.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: