Changes for version 0.10 - 2006-05-18

  • Add support for Authen::Simple (all Authen::Simple modules can be used directly as Drivers)
  • Made the login page much more customizable:
    • change any of the text
    • customize the colours - provide one base colour and lighter and darker shades are automatically generated (requires Color::Calc)
    • offer to remember the users username in a cookie for the next time they login
    • add option for a 'forgotten password' URL
    • add option for a 'register new account' URL
    • add option to supress the stylesheet so you can provide your own

Modules

Authentication framework for CGI::Application
Base module for building driver clasees for CGI::Application::Plugin::Authentication
Dummy Authentication driver which lets anyone authenticate regardless of the password they provide
Filter that strips whitespace from the beginning and end of the string
Base module for building storage classes for the CGI::Application::Plugin::Authentication plugin