How To:I18n Message for Scoped Resources - heartcombo/devise GitHub Wiki
I have two scoped users: users
and students
.
I each have a different authentication key for logging in: email
and user_id
.
I want the different messages to popup when they try to login and fail.
devise:
failure:
user_invalid: 'Invalid email or password.'
student_invalid: 'Invalid user ID or password.'