Help for this page

Select Code to Download


  1. or download this
    'Plugin::Authentication' =>
        {
    ...
                    }
                }
        },
    
  2. or download this
    __PACKAGE__->add_columns(
        'password' => {
    ...
            encode_check_method => 'check_password',
        }
    );
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
    }