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
Resolved for ResetPasswordModal.js, but still needs to be solved for ChangePasswordModal.js.
This is a bit trickier -- I think the best way to do this is to try and login with the user's username/new-pass, and if it works then we complain at them (since it means that new-pass is the same as old-pass). This might be done on the frontend, however it could cause some sluggishness by triggering the __authStateListener in store/index.js. If that's the case, then we can make this check a cloud function.
From Jeff
The text was updated successfully, but these errors were encountered: