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