rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Move logic for matching users into method #193

Closed MorganShowman closed 10 years ago

MorganShowman commented 10 years ago

This commit moves the logic for matching users in the sql authlogic authenticator into a separate method for extensibility. This will allow for a custom authenticator to inherit the sql authlogic class and override the matching users method with a custom query.