"Other sign-in" broken when ldap is enabled in 5.2.0.pre 9baf014
Created by: keith9820
Same issue as #3672 (closed), this was fixed but is broken again. The fix from pull request (#3469) is there, but the error is back.
Started POST "/users/sign_in" for at 2013-05-01 11:15:13 -0400
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OiMMwf9ybsoM+fxxTP5ZjEFfCzfUP+6EygpECsTpKXE=", "user"=>{"login"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Completed 401 Unauthorized in 2ms
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OiMMwf9ybsoM+fxxTP5ZjEFfCzfUP+6EygpECsTpKXE=", "user"=>{"login"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Rendered devise/shared/_links.erb (0.5ms)
Rendered devise/sessions/_new_ldap.html.haml (3.8ms)
Rendered devise/sessions/new.html.haml within layouts/devise (4.3ms)
Rendered layouts/_head.html.haml (1.3ms)
Rendered layouts/_flash.html.haml (0.1ms)