I tried that but still get the same error. It looks like the user_model is not being picked up by Catalyst::Authentication::Store::DBIx::Class. I also tried getting Catalyst::Runtime 5.80004 but that hasn't helped.
Ivan 2009/5/19 Ben Vinnerd <[email protected]> > Ivan Wills wrote: > >> user_model => 'DietDB', >> >> Change this to: > > user_model => 'DietDB::User' > > > (replace User with whatever you User table is called). > > Ben > > > _______________________________________________ > 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/ > -- email/jabber: [email protected] / / _ _ / \ / | | | | / \/ \_| | |
_______________________________________________ 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/
