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
We now support case insensitive String columns which are default for the User model on email column that we ship with Lucky. As for email validations, those are beyond difficult to get 100% right. Check out the Ruby example.... If you get real close, squint your eyes, and slowly move backwards you may see a picture of a dolphin riding a jetski.
Instead of a specific Email type, we just need to focus on custom types in general #497
Validate valid email, downcase, etc.
Similar to:
parse
method and useFailedCast
if it is not in a valid format.The text was updated successfully, but these errors were encountered: