Hi,
Thanks for your reply. You were right about providing a locale file -
I have one, but just forgot to re-run the Devise:Install generator
when I upgraded, which means I did not see the new key for
'registrations > update_needs_confirmation'. Duh. (And sorry!)
While that does take care of customizing the change-email message,
what about the subsequent confirmation email that is sent out and the
message one gets after clicking the 'confirm' link in that email?
In Devise, resetting one's password is considered entirely different
from joining the site: it has its own mailer skeleton and flash
messages. However, the only thing "different" between changing one's
email and joining the site is that one message in the i18n file. The
confirmation email and the message one gets after clicking the
'confirm' link in that email are the same as when one joins the site.
So again, it seems that the email that gets sent out has to say
something like "We have received a request to either join our site or
change an email address. etc." and the message one gets after clicking
the 'confirm' link in that email has to say something like "Thanks for
either joining our site or changing your email address!"
So I guess 2/3rd of my original question still remains: Is there a way
to customize the email and confirmation-message that one gets when
simply changing an email address (as opposed to joining the site)?
Thanks,
Larry
>
https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devis...