summaryrefslogtreecommitdiff
path: root/docs/zcml/remoteuserauthenticationpolicy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/remoteuserauthenticationpolicy.rst')
-rw-r--r--docs/zcml/remoteuserauthenticationpolicy.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/zcml/remoteuserauthenticationpolicy.rst b/docs/zcml/remoteuserauthenticationpolicy.rst
index 0435bfbdb..d21cd99d2 100644
--- a/docs/zcml/remoteuserauthenticationpolicy.rst
+++ b/docs/zcml/remoteuserauthenticationpolicy.rst
@@ -39,8 +39,8 @@ Alternatives
~~~~~~~~~~~~
You may create an instance of the
-:class:`repoze.bfg.authentication.RemoteUserAuthenticationPolicy` and
-pass it to the :class:`repoze.bfg.configuration.Configurator`
+:class:`pyramid.authentication.RemoteUserAuthenticationPolicy` and
+pass it to the :class:`pyramid.configuration.Configurator`
constructor as the ``authentication_policy`` argument during initial
application configuration.
@@ -48,4 +48,4 @@ See Also
~~~~~~~~
See also :ref:`authentication_policies_directives_section` and
-:class:`repoze.bfg.authentication.RemoteUserAuthenticationPolicy`.
+:class:`pyramid.authentication.RemoteUserAuthenticationPolicy`.