django-cas icon indicating copy to clipboard operation
django-cas copied to clipboard

K-State's maintained version of django-cas

Results 19 django-cas issues
Sort by recently updated
recently updated
newest added

Hi Here is my contribution to your code, its working good on powersystems. Thanks for the code, its working good. ## What do these changes do? Added Architecture "ppc64le" ##...

Hi I'm working on installation of this git project : https://github.com/EsupPortail/Esup-Pod This project use django-cas-client 1.5.2. I encounter some problems with CAS Auth configuration. In order to debug I'm looking...

New setting: CAS_SERVER_URL_CALLBACK. Name of a callable (e.g. appname.utils.get_cas_server_url) that customizes server_url based on value for service. Updated version of closed PR #85 .

I need the ability to restrict people in certain groups from using parts of my app. I'm using mama-cas talking to LDAP as my provider and have enabled mama_cas.callbacks.user_model_attributes callbacks....

hello, I've just fixed a bug with the gateway feature in python 3.5 in this line : https://github.com/kstateome/django-cas/blob/develop/cas/views.py#L70 I replaced **extra_params = gateway_params + list(query_list)** by **extra_params = gateway_params +...

After installing the app, the user should add 'cas' to their installed apps and make migrations. The README didn't add these two to the installation process. This proposal adds those...

Having a blank string password is not recommended for cases when the user should be explicitly marked as having no password. This is exactly the recommended way that is used...

`gateway` is already a boolean value