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

A simple PAM authentication backend for Django

Results 3 django-pam issues
Sort by recently updated
recently updated
newest added

Hi, third try today sorry, now it's tested and it works. This PR add group management, loggin to syslog and do a fix some non conforming style issues

Hi, I installed package 'django-pam' using 'python setup.py install', the installation was successful. I added the entry in setting.py (fresh django 1.8.x installation) as below. After that I restarted django...

This should be "except User.DoesNotExist", not trying to catch every type of exception which is bad practice.