Metadata-Version: 1.0
Name: django-pci-auth
Version: 0.1.0
Summary: Provides change password validation with AJAX support and history check.
Home-page: https://github.com/django-pci/django-pci-auth
Author: Alex Clark
Author-email: aclark@aclark.net
License: UNKNOWN
Description: 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
        
        Credits
        -------
        
        Original funding for this project provided by `Auric Systems International <http://www.AuricSystems.com/>`_.
        
        Changes
        =======
        
        0.1.0 (2014-10-13)
        ------------------
        
        - Remove manage, settings, urls
        
        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.
        
        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.
        
Platform: UNKNOWN
