Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.36 KB | None | 0 0
  1. Package Line    File
  2. numbers_db::Controller::Login   35  /home/jon/numbers_db/lib/numbers_db/Controller/Login.pm
  3.    32:     # If the username and password values were found in form
  4.    33:     if ($username && $password) {
  5.    34:      # Attempt to log the user in
  6.    35:      if  ($c->authenticate(
  7.    36:              { username => $username, password => $password }
  8.    37:          )
  9.    38:      ){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement