django-cas
django-cas copied to clipboard
K-State's maintained version of django-cas
Current PRs don't trigger travis
Just making the code more easy to read Thanks for this great package :)
Django supports having different field name for usernames. It's very common to use `email` as username, and the Django framework profived all nessesary features to do that in a convenient...
Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper fn(*args, **kwargs) File "/usr/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 137, in inner_run handler = self.get_handler(*args, **options) File "/usr/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/runserver.py", line 27, in get_handler handler...
when run app, I got ``` File "", line 978, in _gcd_import File "", line 961, in _find_and_load File "", line 936, in _find_and_load_unlocked File "", line 205, in _call_with_frames_removed...
Hello, I have a problem using django-cas. when I try to use the Django has_perm method to authorize some access with user permissions in code. When I use the method...
I'm attempting to add CAS authentication to an existing Django/DRF app using django-cas. I've been successful so far except for redirecting to the CAS login page via the "Login" link...
There are a lot of Middlewares affected by an update on Django 1.10, the error thrown is:/ ........... /site-packages/django/core/handlers/base.py", line 82, in load_middleware mw_instance = middleware(handler) TypeError: object() takes no...
I ran into a situation today where duplicate user accounts were being created. After some digging around I noticed that if a user typed in a leading or trailing space...