Add LDAP logins and password resets, config, etc.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
rescue_from DeviseLdapAuthenticatable::LdapException do |exception|
|
||||
render :text => exception, :status => 500
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user