Remove cas auth from core and convert the settings over so they can be used by the plugin

This commit is contained in:
Erik Ordway
2014-02-11 15:57:08 -08:00
parent 34f9e17eac
commit f1e8bdaee5
4 changed files with 36 additions and 49 deletions

View File

@ -6,4 +6,3 @@ require_dependency 'auth/facebook_authenticator'
require_dependency 'auth/open_id_authenticator'
require_dependency 'auth/github_authenticator'
require_dependency 'auth/twitter_authenticator'
require_dependency 'auth/cas_authenticator'