diff options
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | repoze/bfg/authentication.py | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3c8445fa1..702045c0d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -80,7 +80,7 @@ Deprecated Import Alias Removals package have been deprecated since 0.3.8. Instead, import ``get_template``, ``render_template``, and ``render_template_to_response`` from the - ``repoze.bfg.chameleon_zpt``module. + ``repoze.bfg.chameleon_zpt`` module. - Remove backwards compatibility import alias for ``repoze.bfg.traversal.split_path`` (deprecated since 0.6.5). This diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index e7d4ef06e..849653948 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -52,7 +52,6 @@ class RepozeWho1AuthenticationPolicy(CallbackAuthenticationPolicy): WSGI environment). Constructor Arguments - --------------------- ``identifier_name`` @@ -131,7 +130,6 @@ class RemoteUserAuthenticationPolicy(CallbackAuthenticationPolicy): REMOTE_USER WSGI envvar. Constructor Arguments - --------------------- ``environ_key`` @@ -165,7 +163,6 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): auth_tkt cookie. Constructor Arguments - --------------------- ``secret`` |
