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

Version Path
spree_auth-1.1.5 app/helpers/spree/users_helper.rb
spree_auth-1.0.7 app/helpers/spree/users_helper.rb
spree_auth_devise-1.3.1 app/helpers/spree/users_helper.rb
spree_auth_devise-1.2.0 app/helpers/spree/users_helper.rb
spree_auth_devise-1.0.1 app/helpers/spree/users_helper.rb
spree_auth-1.1.4 app/helpers/spree/users_helper.rb
spree_auth_devise-1.0.0 app/helpers/spree/users_helper.rb
spree_auth-1.1.3 app/helpers/spree/users_helper.rb
spree_auth-1.0.6 app/helpers/spree/users_helper.rb
spree_auth-1.0.5 app/helpers/spree/users_helper.rb
spree_auth-1.1.2 app/helpers/spree/users_helper.rb
spree_auth-1.1.2.rc1 app/helpers/spree/users_helper.rb
spree_auth-1.1.1 app/helpers/spree/users_helper.rb
spree_auth-1.1.0 app/helpers/spree/users_helper.rb
spree_auth-1.0.4 app/helpers/spree/users_helper.rb
spree_auth-1.1.0.rc2 app/helpers/spree/users_helper.rb
spree_auth-1.1.0.rc1 app/helpers/spree/users_helper.rb
spree_auth-1.0.3 app/helpers/spree/users_helper.rb
spree_auth-1.0.2 app/helpers/spree/users_helper.rb
spree_auth-1.0.1 app/helpers/spree/users_helper.rb