authentication-zero icon indicating copy to clipboard operation
authentication-zero copied to clipboard

Password reset warning!

Open AhmedNadar opened this issue 7 months ago • 0 comments

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"} }

CleanShot 2024-07-29 at 11 24 54@2x

AhmedNadar avatar Jul 29 '24 15:07 AhmedNadar