On Dec 4, 2007, at 8:40 AM, Martin Ellison wrote:
I am getting this message
[error] Caught exception in myapp::Controller::User->loginuser
"Can't locate object method "login" via package "myapp"
at ...Controller/User.pm line 41."
My application class loads the following plugins: -Debug
ConfigLoader Static::Simple StackTrace Session Session::State
Session::Store Session::Store::File Session::State::Cookie
Authentication Authentication::Store::DBIC Authorization::Roles.
I thought I had everything set up according to the tutorial.
Does anyone know what I should be doing? I thought one of these
plugins would provide the 'login' method for me.
You need a credential plugin, probably
Catalyst::Plugin::Authentication::Credential::Password.
--
Jason Kohles, RHCA RHCDS RHCE
[EMAIL PROTECTED] - http://www.jasonkohles.com/
"A witty saying proves nothing." -- Voltaire
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/