diff --git a/app/controllers/users/confirmations_controller.rb b/app/controllers/users/confirmations_controller.rb index 484cdcd7a..12c8b4eba 100644 --- a/app/controllers/users/confirmations_controller.rb +++ b/app/controllers/users/confirmations_controller.rb @@ -39,7 +39,7 @@ class Users::ConfirmationsController < Devise::ConfirmationsController protected def resource_params - params.require(resource_name).permit(:password, :password_confirmation) + params.require(resource_name).permit(:password, :password_confirmation, :email) end end