Not writing passwords to user.
This commit is contained in:
parent
d0f11ce2cf
commit
98aeddf61b
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ module Devise
|
|||
if resource.blank?
|
||||
resource = new
|
||||
resource[:username] = attributes['username']
|
||||
resource[:password] = attributes['password']
|
||||
end
|
||||
|
||||
if resource.try(:valid_kerberos_authentication?, attributes[:password])
|
||||
|
|
Loading…
Reference in a new issue