Sha256: 264e2f97c1e9c402f8e9c75f6d79b62c98b1761f98b07382656440db5b92ec1b
Contents?: true
Size: 554 Bytes
Versions: 5
Compression:
Stored size: 554 Bytes
Contents
module UsersHelper def password_style(user) ActiveSupport::Deprecation.warn "[SPREE] Password style has be depreciated due to the removal of OpenID from the Auth Gem. " "Please install the spree_social gem to regain this functionality and more." "" end def openid_style(user) ActiveSupport::Deprecation.warn "[SPREE] Password style has be depreciated due to the removal of OpenID from the Auth Gem. " "Please install the spree_social gem to regain this functionality and more." "display:none" end end
Version data entries
5 entries across 5 versions & 1 rubygems