Help for this page

Select Code to Download


  1. or download this
      $self->authen->config(
        DRIVER => [ 'DBI',
    ...
        POST_LOGIN_RUNMODE   => 'okay',
        RENDER_LOGIN         => \&my_login_form,
      );
    
  2. or download this
    DRIVER => ['HTPasswd', '/etc/apache/htpasswd', '/etc/apache/otherhtpas
    +swd']
    
  3. or download this
        DRIVER => [
           'HTPasswd',
           '/srv/www/my/.htpasswd'
           ],