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 _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev