Skip to content

Commit

Permalink
test default authentication key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcy committed May 31, 2023
1 parent af1a031 commit 580d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class User < ApplicationRecord
# devise :ldap_authenticatable, :registerable,
# :recoverable, :rememberable, :trackable, :validatable
else
devise_modules = [:omniauthable, :rememberable, :trackable, omniauth_providers: [:shibboleth], authentication_keys: [:username]]
devise_modules = [:omniauthable, :rememberable, :trackable, omniauth_providers: [:shibboleth]]
devise(*devise_modules)
end
# Include default devise modules. Others available are:
Expand Down

0 comments on commit 580d01f

Please sign in to comment.