Help for this page

Select Code to Download


  1. or download this
            $c->authenticate({
                              id          => $c->req->param("login"), 
                              password    => $c->req->param("password") 
                             });