We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When you try to log in with wrong user credentials, an appropriate error message is not shown
To Reproduce Steps to reproduce the behavior:
/users/sign_in
Expected behavior An appropriate error message like "Incorrect email or password" should be shown.
Screenshots
The text was updated successfully, but these errors were encountered:
[Bug fix] Devise login forms do not show correct error messages
3d1d916
Addresses: #842 The bug existed in _sign-in_, _sign-up_, and _users/edit_ page. You can view it in the attached video below. https://user-images.githubusercontent.com/25191509/176618871-e3e9c2b5-b6bd-4dfb-a59b-80e9ccfecf0b.mp4 The following reference is used to patch this bug. [https://github.com/hotwired/turbo/issues/45](https://github.com/hotwired/turbo/issues/45) And, below is the demo video after the fix. https://user-images.githubusercontent.com/25191509/176619214-bf10ce2c-60be-44ce-bfe8-ed97c9930dff.mp4 ## fix for action text not loading in production / staging Reference: rails/rails#37672 Addresses: #852 Co-authored-by: Prashant <[email protected]>
alis-khadka
No branches or pull requests
Describe the bug
When you try to log in with wrong user credentials, an appropriate error message is not shown
To Reproduce
Steps to reproduce the behavior:
/users/sign_in
Expected behavior
An appropriate error message like "Incorrect email or password" should be shown.
Screenshots
The text was updated successfully, but these errors were encountered: