Help for this page

Select Code to Download


  1. or download this
     __PACKAGE__->authen->config(
         DRIVER => [ 'DBI',
    ...
             COLUMNS     => { 'crypt:password' => '__CREDENTIAL_2__' },
         ],
     );
    
  2. or download this
    __PACKAGE__->authen->config(
         DRIVER => [ 'DBI',
    ...
             FILTERS     => { cryptmd5 => \&cryptmd5_filter },
         ],
     );