-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
If you want the user to confirm their email address when they change it (which seems like a must if you are getting them to confirm it on sign up), there are errors.
- The field is missing in the schema.
error: undefined methodunconfirmed_email=' for an instance of Spree::User`
Fixed by adding it:
rails generate migration AddUnconfirmedEmailToSpreeUsers unconfirmed_email:string
2 The user.send_confirmation_instructions method call needs to be overriden to send the store argument I suppose. Which you do
Error:
wrong number of arguments send_confirmation_instructions(current_store)
I'm not sure where that would be changed.
Metadata
Metadata
Assignees
Labels
No labels