1
0
Fork 0

Update devise model to use kerberos

This commit is contained in:
Andrew Tomaka 2013-04-21 00:35:51 -04:00
parent 4a9fc821dc
commit 2ddc444a31
1 changed files with 1 additions and 1 deletions

View File

@ -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