Update devise model to use kerberos
This commit is contained in:
parent
4a9fc821dc
commit
2ddc444a31
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class User < ActiveRecord::Base
|
|||
# :token_authenticatable, :confirmable,
|
||||
# :lockable, :timeoutable and :omniauthable
|
||||
devise :database_authenticatable, :rememberable, :trackable, :validatable,
|
||||
:pam_authenticatable
|
||||
:kerberos_authenticatable
|
||||
|
||||
# Setup accessible (or protected) attributes for your model
|
||||
attr_accessible :email, :password, :password_confirmation, :remember_me
|
||||
|
|
Loading…
Reference in a new issue