django-password-policies
========================

``django-password-policies`` is an application for the `Django`_ framework that
provides unicode-aware password policies on password changes and resets and a
mechanism to force password changes.

.. _requirements:

Requirements
=============

This application requires

* `Django`_ 1.5 or newer
* `django-easysettings`_

.. _documentation:

Documentation
=============

A detailled documentation is available on `the project's GitHub Pages`_.

.. _`the project's GitHub Pages`: http://tarak.github.com/django-password-policies
.. _`Django`: https://www.djangoproject.com/
.. _`django-easysettings`: https://github.com/SmileyChris/django-easysettings
