diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
| commit | c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 (patch) | |
| tree | 3fe9a9d9ab83871f2562841b65fcfd3477ee90a0 /docs/zcml/remoteuserauthenticationpolicy.rst | |
| parent | 9c3b2760688aca748f81529d0b055f799959ab4b (diff) | |
| download | pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.gz pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.bz2 pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.zip | |
convert zcml docs to Pyramid
Diffstat (limited to 'docs/zcml/remoteuserauthenticationpolicy.rst')
| -rw-r--r-- | docs/zcml/remoteuserauthenticationpolicy.rst | 6 |
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`. |
