This commit is contained in:
Valentin Samir 2016-03-18 13:03:07 +01:00
parent 2f6c69f182
commit 3f4a4366b3
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Template settings:
Authentication settings:
* ``CAS_AUTH_CLASS``: A dotted paths to a class implementing ``cas_server.auth.AuthUser``.
* ``CAS_AUTH_CLASS``: A dotted path to a class implementing ``cas_server.auth.AuthUser``.
The default is ``"cas_server.auth.DjangoAuthUser"``
* ``SESSION_COOKIE_AGE``: This is a django settings. Here, it control the delay in seconds after

View File

@ -36,7 +36,7 @@ setup(
license='GPLv3',
description=(
'A Django Central Authentication Service server '
'implementing the CAS Protocol 3.0 Specification'
'implementing the CAS Protocol 3.0 Specification'
),
long_description=README,
author='Valentin Samir',