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
Upon clicked, modal(?) pops up and asks for Username and Phone Number
Can Cancel or Submit (Modal footer buttons)
Upon submit, temporary password will only be sent if the Username and Phone Number are correctly matched and exists (maybe some small text on the modal to clarify this)
That being said, there's a case where the user can submit and not see any text message sent to them. Use the response status to verify that it is an error on the user side (e.g. wrong username/phone) or server side (e.g. twilio text message down)
Upon successful login, check if it used the temporary password to login
Provided by the backend call
Modal with new password and new password confirm inputs
Hit PUT /user/{id} to update password
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: