We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have two scoped users: users and students.
users
students
I each have a different authentication key for logging in: email and user_id.
email
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.'
There was an error while loading. Please reload this page.