My rails 3 app uses devise, and we have it set so a user gets emailed a confirmation token.
As soon as a user signs up, devise ‘flashes’ the following prompt which I need to change:
You have signed up successfully. However, we could not
sign you in because your account is unconfirmed.
This message is not in the devise.en.yaml file…
Does anyone know how to change this flash message?
Try adding
inactive_signed_upinconfig/locales/devise.en.yml: