[Catalyst] Authentication - Tutorial

2006-11-11 Thread Anthony Gardner
I haven't seen this mentioned before and am new to YAML but in the C Authentication docs, it says use user_class: MyAppDB::Userin myapp.yml but I've had to use 'MyAppDB::User' (with quotes)That took a while to find out :(-Ants Send instant messages to your online friends

Re: [Catalyst] Authentication - Tutorial

2006-11-11 Thread hkclark
On 11/11/06, Anthony Gardner [EMAIL PROTECTED] wrote: I haven't seen this mentioned before and am new to YAML but in the C Authentication docs, it says use user_class: MyAppDB::User in myapp.yml but I've had to use 'MyAppDB::User' (with quotes) That took a while to find out :( -Ants Hi

Re: [Catalyst] Authentication - Tutorial

2006-11-11 Thread Anthony Gardner
Ooops, sorry, my mistake.At the beginning, I never got the .yml file working so I added $pkg-config-{authentication}-{dbic}-{user_class} = 'BookShopDB::User';etc. to my Application class. And that allowed me to continue with the tutorial.Then, while playing around with the .yml file, I quoted the