hello friends, i've made a who.ini loaded with repoze.who.config make_middleware_with_config, which has a few plugins i needed. in addition, a translation is needed.
both things were tested separately: authentication works, and the translation works if i'm skipping authentication in what.ini (loaded by repoze.what.plugins.quickstart add_auth_from_config). but together they don't work for me: loading who.ini first results in an authorization failure due to ignoration of the translation in what.ini. loading what.ini first results in skipping the authorization query for groups and permissions entirely. how can i use them together, or at least plug a translation when loading who.ini alone (which has most plugin definitions)? thanks in advance, alex -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com. To unsubscribe from this group, send email to turbogears+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.