diff options
Diffstat (limited to 'docs/zcml/authtktauthenticationpolicy.rst')
| -rw-r--r-- | docs/zcml/authtktauthenticationpolicy.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/zcml/authtktauthenticationpolicy.rst b/docs/zcml/authtktauthenticationpolicy.rst index 79fec1406..fd97a42eb 100644 --- a/docs/zcml/authtktauthenticationpolicy.rst +++ b/docs/zcml/authtktauthenticationpolicy.rst @@ -90,8 +90,8 @@ Alternatives ~~~~~~~~~~~~ You may create an instance of the -:class:`repoze.bfg.authentication.AuthTktAuthenticationPolicy` and -pass it to the :class:`repoze.bfg.configuration.Configurator` +:class:`pyramid.authentication.AuthTktAuthenticationPolicy` and +pass it to the :class:`pyramid.configuration.Configurator` constructor as the ``authentication_policy`` argument during initial application configuration. @@ -99,4 +99,4 @@ See Also ~~~~~~~~ See also :ref:`authentication_policies_directives_section` and -:class:`repoze.bfg.authentication.AuthTktAuthenticationPolicy`. +:class:`pyramid.authentication.AuthTktAuthenticationPolicy`. |
