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

Version Path
spree_auth-0.70.7 app/helpers/users_helper.rb
spree_auth-0.70.6 app/helpers/users_helper.rb
apispree_auth-0.0.0 app/helpers/users_helper.rb
My-Commerce_auth-1.1.0 app/helpers/users_helper.rb
My-Commerce_auth-1.0.0 app/helpers/users_helper.rb
MyCommerceapi-1.0.0 auth/app/helpers/users_helper.rb
MyCommerce-0.0.3 auth/app/helpers/users_helper.rb
rfcommerce_auth-0.0.3 app/helpers/users_helper.rb
spree_auth-0.60.6 app/helpers/users_helper.rb
spree_auth-0.70.5 app/helpers/users_helper.rb
spree_auth-0.70.4 app/helpers/users_helper.rb
spree_auth-0.60.5 app/helpers/users_helper.rb
spree_auth-0.70.3 app/helpers/users_helper.rb
spree_auth-0.70.2 app/helpers/users_helper.rb
spree_auth-0.50.4 app/helpers/users_helper.rb
spree_auth-0.60.4 app/helpers/users_helper.rb
spree_auth-0.50.3 app/helpers/users_helper.rb
spree_auth-0.60.3 app/helpers/users_helper.rb
spree_auth-0.70.1 app/helpers/users_helper.rb
spree_auth-0.70.0 app/helpers/users_helper.rb