You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"
Caught exception in MyApp::Controller::Login->base "Can't locate object method "check_password" via package "Catalyst::Authentication::User::Hash" at /home/leprevost/perl5/lib/perl5/Catalyst/Authentication/Credential/Password.pm line 60."
"
I'm running on a Linux Mint 16 fully updated and with most recent version of CPAN, as far as I know I have all the modules necessary to run the project.
Any clue about how to resolve this?
Thanks !
The text was updated successfully, but these errors were encountered:
Hey,
I'm setting up a simple Catalyst project right now and I want to use the Catalyst-Authentication-Store-MongoDB module to deal with authentication.
I did exactly is written in the CPAN page (https://metacpan.org/pod/Catalyst::Authentication::Store::MongoDB), I placed the config. instructions correctly in .conf file and everything, but every time i try to login into my application i get this:
"
Caught exception in MyApp::Controller::Login->base "Can't locate object method "check_password" via package "Catalyst::Authentication::User::Hash" at /home/leprevost/perl5/lib/perl5/Catalyst/Authentication/Credential/Password.pm line 60."
"
I'm running on a Linux Mint 16 fully updated and with most recent version of CPAN, as far as I know I have all the modules necessary to run the project.
Any clue about how to resolve this?
Thanks !
The text was updated successfully, but these errors were encountered: