i'm no expert but
  in repoze.what_quickstart-1.0.3xxx.egg/repose/what/plugins/
quickstart/__init__.py
describes a translate table with only 'groups' and 'group_name'
it appears to set a 'sections' area itself.
your group_name should be role_name i think
hope it is helpful.. the error would also be helpful..

52      36      base_config.sa_auth.translations.groups = 'roles'

53              base_config.sa_auth.translations.group_name = 'role'   <<<
'role_name'

54   55 base_config.sa_auth.translations.sections = 'roles' ?????

On Mar 13, 4:26 pm, William Chambers <[email protected]> wrote:
> I'm having a bit of a hard time renaming the repoze.what 'groups' field. I'd
> like it to be 'roles' and 'role' rather then the default 'groups' and
> 'group'. Coming from a drupal background it makes much more sense to me and
> I could use the group namespace for other purposes. Here's what I've got so
> far.
>
> Entire Branch:http://bazaar.launchpad.net/~williamchambers/+junk/biosdev/files
> app_cfg:http://bazaar.launchpad.net/~williamchambers/%2Bjunk/biosdev/annotate...
> model/auth:http://bazaar.launchpad.net/~williamchambers/%2Bjunk/biosdev/annotate...
>
> Diff with all changes related to 
> renaming:http://bazaar.launchpad.net/~williamchambers/%2Bjunk/biosdev/revision/36
>
> If anyone could point out what I'm doing wrong, I'd be very thankful. :)
>
> William Chambers

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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?hl=en.

Reply via email to