Class: CASServer::Authenticators::SQLMd5

Inherits:
SQL
  • Object
show all
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.

Instance Attribute Summary

Attributes inherited from Base

#options, #username

Method Summary

Methods inherited from SQL

setup, user_model, #validate

Methods inherited from Base

#configure, #extra_attributes, setup, #validate