You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to log in to a account with an invalid password, no error appears. This issue is about CORS error on widget
Reproduction steps
1. open the login page https://hexlet-correction.herokuapp.com/login?error
2. Enter the correct Email
3. Enter incorrect Password
4. Press Login button
Expected result
Login was not successful.
The message "Bad credentials" appears
Actual result
Login was not successful.
But the message error does not appear
Browsers
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered:
Hi. Actually the “bad credential”
page gets in, but because “invalid-feedback” is applied strangely on the form there is no display (I'm not good at bootstrap css, but it seems to be the case).
I suggest not to remake the login page under invalid-feedback, but to return a working bootstrap alert message in the danger style. Especially this error indicates novalid password OR/AND email, so I think this would be a good solution.
It will look like this
Hi. Actually the “bad credential” page gets in, but because “invalid-feedback” is applied strangely on the form there is no display (I'm not good at bootstrap css, but it seems to be the case). I suggest not to remake the login page under invalid-feedback, but to return a working bootstrap alert message in the danger style. Especially this error indicates novalid password OR/AND email, so I think this would be a good solution. It will look like this
Summary
When trying to log in to a account with an invalid password, no error appears. This issue is about CORS error on widget
Reproduction steps
1. open the login page https://hexlet-correction.herokuapp.com/login?error 2. Enter the correct Email 3. Enter incorrect Password 4. Press Login button
Expected result
Login was not successful.
The message "Bad credentials" appears
Actual result
Login was not successful.
But the message error does not appear
Browsers
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered: