spree_social
spree_social copied to clipboard
does not validate empty password being add
How can I add a password to a model validating empty ones by Devise?
This code
https://github.com/spree-contrib/spree_social/blob/fd5988e2d6f768fe461e9b901c1621e0a9134a38/app/models/spree/user_decorator.rb#L15
is making #update_attributes(password: "", password_confirmation: "")
silently fail, rather than throwing validation error.