Rails / Devise custom error messages for sign in -


i have website uses devise authentication.

i want show different error messages users different cases:

  1. email & password don't match
  2. email not found in database

can me understand devise methods should override, , how?


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -