
chris at vistaeng
Aug 26, 2009, 10:00 AM
Post #1 of 3
(915 views)
Permalink
|
|
C:P:Authentication upgrade
|
|
Hello all, Is anyone having trouble with clear passwords since this morning's update of C:P:Authentication to ver 0.10014? I have two instances that have stopped working. Changing to none works ok. Where have I gone wrong? Thanks, Chris use Catalyst qw/ Authentication Authentication::Credential::Password Authorization::Roles Authorization::ACL /; __PACKAGE__->config( 'Plugin::Authentication' => { default_realm => 'members', members => { credential => { class => 'Password', password_field => 'password', password_type => 'clear' }, store => { class => 'DBIx::Class', user_class => 'JDDB::tblUser', id_field => 'id', role_column => 'roles', } } }); _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|