Here is what I am hoping to solidify on:
config['identity'] = {'user_class':User,
'group_class':Group,
'permission_class':Permission,
'users_table':'tg_user',
'groups_table':'tg_group',
'permissions_table':'tg_permission',
'password_encryption_method':'sha',
}
On May 30, 8:05 am, percious <[EMAIL PROTECTED]> wrote:
> One more thing, before I commit.
>
> It would be good to store the password encoding type the way we do
> with TG1.
>
> I will commit this by the end of the sprint at the latest.
>
> cheers.
> -chris
>
> On May 30, 7:44 am, "Mark Ramm" <[EMAIL PROTECTED]> wrote:
>
> > >> config['identity'] = {'user_class':User,
> > >> 'group_class':Group,
> > >> 'permission_class':Permission,
> > >> 'users_table':'tg_user',
> > >> 'groups_table':'tg_group',
> > >> 'permissions_table':'tg_permission',
> > >> }
>
> > > +1
>
> > +1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---