django-pci-auth

Warning

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]

0.0.8 (2014-10-06)

  • Clean up

0.0.7 (2014-10-06)

  • Move demo to django-pci
  • Add pytz dep
  • Allow the use of a custom user model [daniell]

0.0.6 (2012-12-05)

  • Add a note re: SSL

0.0.5 (2012-12-04)

  • Feature complete

0.0.4 (2012-11-28)

  • Pre-release, includes most features promised.