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
Create a vanilla app with Rails 7.0.3 e.g: rails new vanillaapp
Setup clearance including the setup instructions (add flashes to application.html.erb etc.)
Run app and sign up with mail@example.com and test1345
Log out and try to sign up again with mail@example.com and test1345
Expected:
See a flash that tells the user that the registration attempt failed.
Actual:
No feedback. Sign up form just gets rerendered.
The text was updated successfully, but these errors were encountered:
gobijan
changed the title
Sign pp shows no flash message when trying to sign up with already available mail
Sign up shows no flash message when trying to sign up with already available mail
Oct 21, 2022
gobijan
changed the title
Sign up shows no flash message when trying to sign up with already available mail
Sign up shows no flash message when trying to sign up with already available email
Oct 21, 2022
Steps to reproduce:
rails new vanillaapp
application.html.erb
etc.)mail@example.com
andtest1345
mail@example.com
andtest1345
Expected:
See a flash that tells the user that the registration attempt failed.
Actual:
No feedback. Sign up form just gets rerendered.
The text was updated successfully, but these errors were encountered: