that said, I seem to have trouble setting up my new config and getting
user_class sorted out:

authentication:
  default_realm: 'members'
  realms:
    members:
      credential:
        class: 'Password'
        password_field: 'password'
        password_type: 'crypted'
      store:
        class: 'DBIx::Class'
        user_class: 'Schema::Members'
        user_field: 'username'


this looks OK to me, comparing to the docs for C::P::Authentication,
but when I try to load I always get ...

You must provide a user_class at
/usr/local/share/perl/5.8.8/Catalyst.pm line 897

must be something very silly, but I don't see it ... ?

_______________________________________________
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/

Reply via email to