Safari is actually overwriting a HIDDEN form field that is supposed to represent a password reset token (ID is user_reset_password_token
and name is user[reset_password_token]
) with my email address.
As you can imagine, resetting the password doesn't work when the token is incorrect, so I've got an issue.
I've confirmed that it works just fine if I disable autofill in Safari, or use any browser other than Safari.
Does anyone have a solution to this issue?