[Catalyst] Roles: DBIC

Andy Grundman andy at hybridized.org
Thu Jan 26 21:04:35 CET 2006


David Hodgkinson wrote:
> 
> On 26 Jan 2006, at 19:46, Andy Grundman wrote:
> 
>> Kiefer, Sascha wrote:
>>
>>> authentication:
>>>    dbic:
>>>       user_class:           'MyApp::Model::DBIC::OwmUser'
>>>       user_field:           'username'
>>>       password_field:       'password'
>>>       password_type:        'salted_hash'
>>>       role_class:           'MyApp::Model::DBIC::OwmRole'
>>>       role_field:           'rolename'
>>>       role_rel:             'roles'
>>>       user_role_user_field: 'userId'
>>
>>
>> The last 4 role options need to be in:
>> authorization->{dbic}
>>
>> Please try copying the example configs from the docs.
> 
> 
> That *is* one of the examples in the docs.

Where?  The docs look correct to me. :)



More information about the Catalyst mailing list