authentication-zero
authentication-zero copied to clipboard
Password reset warning!
When I reset password, the operation finishes and password is updated, but I get a Rails log warning. Is it ok? I get a similar warning on user email update and forgot password operations.
Unpermitted parameters: :_method, :authenticity_token, :sid, :commit.
Context: { controller: Identity::PasswordResetsController, action: update,
request: #<ActionDispatch::Request:0x00000001249d74f0>,
params: {"_method"=>"patch", "authenticity_token"=>"[FILTERED]",
"sid"=>"eyJfcmFpbHMiOnsiZGF0YSI6WzEsInBKMFZqRXdZOGUiXSwiZXhwIjoiMjAyNC0wNy0yOVQxNTo0MjoyNi4zMDZaIiwicHVyIjoiVXNlclxucGFzc3dvcmRfcmVzZXRcbjEyMDAifX0=--8ace3a157788311f09e0e8e74447d337ca3b32d6",
"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]",
"commit"=>"Save changes", "controller"=>"identity/password_resets", "action"=>"update"} }