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
Hello, possibly just a question here. It's my first time using this the clearance gem. I notice Clearance::User has uniqueness validation.
However, I notice that if you attempt to sign up with an existing email that there is no error message letting the user know that the email has already been taken. It doesn't look like clearance's default views implements this this. Should it?
The text was updated successfully, but these errors were encountered:
DavidVII
changed the title
Is there supposed to be a uniqueness validation error message?
Should Clearance's default views display form errors?
May 10, 2015
Hello, possibly just a question here. It's my first time using this the clearance gem. I notice
Clearance::User
has uniqueness validation.However, I notice that if you attempt to sign up with an existing email that there is no error message letting the user know that the email has already been taken. It doesn't look like clearance's default views implements this this. Should it?
The text was updated successfully, but these errors were encountered: