New submission from Ian Wilson <i...@laspilitas.com>:

I could be wrong but the authenticators argument seems to be missing from the
constructor of PluggableAuthenticationMiddleware which causes problems for me
and other new users.  Thanks.


Index: configuration.rst
===================================================================
--- configuration.rst   (revision 7211)
+++ configuration.rst   (working copy)
@@ -64,7 +64,7 @@

 .. module:: repoze.who.middleware

-.. class:: PluggableAuthenticationMiddleware(app, identifiers, challengers,
mdproviders, classifier, challenge_decider [, log_stream=None [,
log_level=logging.INFO[, remote_user_key='REMOTE_USER']]])
+.. class:: PluggableAuthenticationMiddleware(app, identifiers, authenticators,
challengers, mdproviders, classifier, challenge_decider [, log_stream=None [,
log_level=logging.INFO[, remote_user_key='REMOTE_USER']]])

   The primary method of configuring the :mod:`repoze.who` middleware is
   to use straight Python code, meant to be consumed by frameworks

----------
messages: 324
nosy: plantian
priority: bug
status: unread
title: Constructor Prototype Documented Incorrectly

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue109>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to