Commit dddd0627 by Brodie Rao

Fixed typo in user data example

parent 0ad79ebf
...@@ -78,7 +78,7 @@ application's backend. ...@@ -78,7 +78,7 @@ application's backend.
For example: For example:
{{{ {{{
from django_cas.backend import CASBackend from django_cas.backends import CASBackend
class PopulatedCASBackend(CASBackend): class PopulatedCASBackend(CASBackend):
"""CAS authentication backend with user data populated from AD""" """CAS authentication backend with user data populated from AD"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment