Module: Spree::UsersHelper

Defined in:
app/helpers/spree/users_helper.rb

Instance Method Summary collapse

Instance Method Details

#openid_style(user) ⇒ Object



9
10
11
12
13
# File 'app/helpers/spree/users_helper.rb', line 9

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

#password_style(user) ⇒ Object



3
4
5
6
7
# File 'app/helpers/spree/users_helper.rb', line 3

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