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
The following actions don't have proper error checking if an invalid parameter is provided:
users/change_password_for_user
users/update_password_for_user
users/update_display_settings
Note from Chaskiel:
Note that there should be some better error handling in those methods. Sending a bad user :id results in a form rendering error - there's no nil check for the user lookup in change_password_for_user
The text was updated successfully, but these errors were encountered:
The following actions don't have proper error checking if an invalid parameter is provided:
Note from Chaskiel:
Note that there should be some better error handling in those methods. Sending a bad user :id results in a form rendering error - there's no nil check for the user lookup in change_password_for_user
The text was updated successfully, but these errors were encountered: