Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.47 KB | None | 0 0
  1. Caught exception in Reask::WebApp::Controller::User->register "Could not authenticate user with its own password. at /home/erez/dev/reask/catalyst/Reask/script/../lib/Reask/WebApp/Controller/User.pm line 87."
  2.  
  3. Reask::WebApp::Controller::User:
  4.  
  5.    if (! $c->authenticate({
  6.         username => $new_user->username(),
  7.         password => $form->field('password')->value(),
  8.                            } )) {
  9. >>      die "Could not authenticate user with its own password.";
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement