Module: UsersHelper

Defined in:
app/helpers/users_helper.rb

Instance Method Summary collapse

Instance Method Details

#openid_style(user) ⇒ Object



7
8
9
10
11
# File 'app/helpers/users_helper.rb', line 7

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



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

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