Sha256: 0501cc83912a1fb8dee6d652e8ed7380724f774380050a767a9fbeadea97cd7a
Contents?: true
Size: 578 Bytes
Versions: 25
Compression:
Stored size: 578 Bytes
Contents
module Spree 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 end
Version data entries
25 entries across 25 versions & 2 rubygems