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