diff --git a/README.rst b/README.rst index dadd3db..8d037af 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 9302269..ba3e6d5 100644 --- a/setup.py +++ b/setup.py @@ -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',