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
{{ message }}
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Hi !
I face a problem with spree_auth_devise when i don't want to use
emailfield inSpree::Userrecords.I'm able to disable validate presence of email like we can do it in Devise:
https://github.com/plataformatec/devise/blob/master/lib/devise/models/validatable.rb#L37
But
spree_userstable has a unique index onemailcolumn who prevents me to validate a record without email starting from the second record withoutemail:https://github.com/spree/spree_auth_devise/blob/master/db/migrate/20120605211305_make_users_email_index_unique.rb
Could we rollback this migration?