Sha256: 5b18e2cd9679201faf44ec0bfbf29a040f7d158e7c62a2a0cb4a2dd74d0eab80
Contents?: true
Size: 537 Bytes
Versions: 35
Compression:
Stored size: 537 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
35 entries across 35 versions & 7 rubygems