Help for this page

Select Code to Download


  1. or download this
    <Plugin::Authentication>
        <default>
            <store>
    ...
            </credential>
        </default>
    </Plugin::Authentication>
    
  2. or download this
    sub login : Local {
        my ( $self, $c ) = @_;
    
    ...
            $c->response->body("Form Input Invalid");
        }
    }