I have my Rails 3 set up w/ Devise but with a slight twist: I am storing all the users emails in a emails table and each user can have multiple emails. I am running into a problem w/ the forgot password feature. I know that I will have to override some method that Devise uses for looking for find a users email and then sending out the password reset but I don’t know where to start. Any advice you can provide me with is most appreciated.
I have my Rails 3 set up w/ Devise but with a slight twist:
Share
See my answer to a similar question. You create a mailer overriding headers_for in
Devise::Mailerto make it send to multiple emails: