You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the steps described in the readme to activate user confirmation.
The e-mail is sent but I get that error above on
responders (2.1.0) lib/action_controller/respond_with.rb:205:in `respond_with'
I had to modify in confirmations/new.html.erb the URlL path for the form from confirmation_path to spree_user_confirmation_path as the first does not exists.
Any advices ?
I use Rails 4.2.0 Spee 3.0 and spree_auth_devise 3.0
The text was updated successfully, but these errors were encountered:
Hello,
I've followed the steps described in the readme to activate user confirmation.
The e-mail is sent but I get that error above on
responders (2.1.0) lib/action_controller/respond_with.rb:205:in `respond_with'
I had to modify in confirmations/new.html.erb the URlL path for the form from confirmation_path to spree_user_confirmation_path as the first does not exists.
Any advices ?
I use Rails 4.2.0 Spee 3.0 and spree_auth_devise 3.0
The text was updated successfully, but these errors were encountered: