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
Hi, I don't know if this was intentional/trying to teach us a lesson on thorough testing, but in the users controller, having no input for new password does not reject the promise. On the front-end, this means someone can have an empty form field for new password, and it will still successfully PATCH, but the password is still the same. I'm guessing there needs to be something along the lines of
Hi, I don't know if this was intentional/trying to teach us a lesson on thorough testing, but in the users controller, having no input for new password does not reject the promise. On the front-end, this means someone can have an empty form field for new password, and it will still successfully PATCH, but the password is still the same. I'm guessing there needs to be something along the lines of
around line 101?
The text was updated successfully, but these errors were encountered: