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
However, if I do it through a specific user's page using the action, it fails, and seems to PUT basically the entire User record with associations (some of our data model redacted here, but it's a lot of fields)
I've created a custom form to allow updating a user's password. It's pretty simple.
If I update a user's password by going directly to the form, selecting the user, and submitting, everything happens as expected
The PUT request looks to be as expected:
However, if I do it through a specific user's page using the action, it fails, and seems to PUT basically the entire User record with associations (some of our data model redacted here, but it's a lot of fields)
The text was updated successfully, but these errors were encountered: