Class: CASServer::Authenticators::SQLMd5
- Defined in:
- lib/casserver/authenticators/sql_md5.rb
Overview
Essentially the same as the standard SQL authenticator, but this version assumes that your password is stored as an MD5 hash.
This was contributed by malcomm for Drupal authentication. To work with Drupal, you should use ‘name’ for the :username_column config option, and ‘pass’ for the :password_column.