I\'m using devise as authentication engine in my app.
Is there any way to use custom messages when devise validation fails.
Devise provides me with the following message whe
Not a complete answer, but this sounds like it should be solvable with I18n, either with the devise-internal keys, or by overriding active record's validation error messages for your user model.
Here's a similar question: Devise attributes for i18n?