This application validates passwords via un-encrypted AJAX communication. Please use with SSL only!
Introduction
Provides change password validation with AJAX support and history check.
Features
Change password validation with AJAX via dajaxice.
Password history check.
Installation
$ virtualenv .
$ bin/pip install django-pci-auth
Changes
0.0.9 (2014-10-07)
Rename GitHub organization from django-security to django-pci to emphasize focus on providing assistance with building PCI compliant websites with Django.
[aclark4life]