1
0
Fork 0

Not writing passwords to user.

This commit is contained in:
Simon Stückemann 2014-01-31 11:32:26 +00:00
parent d0f11ce2cf
commit 98aeddf61b
1 changed files with 0 additions and 1 deletions

View File

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