heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.85k stars 5.53k forks source link

`Unpermitted parameter: :email` #5614

Closed jasonfb closed 11 months ago

jasonfb commented 11 months ago

Pre-check

Environment

Current behavior

Registration controller gives me Unpermitted parameter: :email when I sign up

Unpermitted parameter: :email. Context: { controller: Users::RegistrationsController, action: create, request: #<ActionDispatch::Request:0x0000000125dc1178>, params: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"sasdf@nowhere.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up", "controller"=>"users/registrations", "action"=>"create"} }

Sign up 1 error prohibited this user from being saved: Email can't be blank

Expected behavior