Help for this page

Select Code to Download


  1. or download this
    use CGI::Application::Plugin::Authentication;
    use CGI::Application::Plugin::Authentication::Driver::Filter::md5;
    ...
        EVERY    => '1h'
      },
    );
    
  2. or download this
    use DBIx::UserDB;
    use DBIx::SearchProfiles;
    ...
      $user = $userdb->user_create( $user );
      return;
    }