typos
This commit is contained in:
parent
2f6c69f182
commit
3f4a4366b3
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Template settings:
|
||||||
|
|
||||||
Authentication 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"``
|
The default is ``"cas_server.auth.DjangoAuthUser"``
|
||||||
|
|
||||||
* ``SESSION_COOKIE_AGE``: This is a django settings. Here, it control the delay in seconds after
|
* ``SESSION_COOKIE_AGE``: This is a django settings. Here, it control the delay in seconds after
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup(
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
description=(
|
description=(
|
||||||
'A Django Central Authentication Service server '
|
'A Django Central Authentication Service server '
|
||||||
'implementing the CAS Protocol 3.0 Specification'
|
'implementing the CAS Protocol 3.0 Specification'
|
||||||
),
|
),
|
||||||
long_description=README,
|
long_description=README,
|
||||||
author='Valentin Samir',
|
author='Valentin Samir',
|
||||||
|
|
Loading…
Reference in a new issue