{ "info": { "author": "Bruno Renie", "author_email": "bruno@renie.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "Django-password-reset\n=====================\n\n.. image:: https://travis-ci.org/brutasse/django-password-reset.svg?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/brutasse/django-password-reset\n\nClass-based views for password reset, the usual \"forget password?\" workflow:\n\n* User fills his email address or username\n* Django sends him an email with a token to reset his password\n* User chooses a new password\n\nThe token is not stored server-side, it is generated using Django's signing\nfunctionality.\n\n* Author: Bruno Reni\u00e9 and `contributors`_\n* Licence: BSD\n* Compatibility: Django 1.4+ (cryptographic signing needed)\n\n.. _contributors: https://github.com/brutasse/django-password-reset/contributors\n\nInstallation\n------------\n\n* ``pip install -U django-password-reset``\n* Add ``password_reset`` to your ``INSTALLED_APPS``\n* Include ``password_reset.urls`` in your root ``urls.py``\n\nFor extensive documentation see the ``docs`` folder or `read it on\nreadthedocs`_\n\n.. _read it on readthedocs: http://django-password-reset.readthedocs.org/\n\nTo install the `in-development version`_ of django-password-reset, run ``pip\ninstall django-password-reset==dev``.\n\n.. _in-development version: https://github.com/brutasse/django-password-reset/tarball/master#egg=django-password-reset-dev\n\nBugs\n----\n\nReally? Oh well... Please Report. Or better, fix :)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ISPM/django-password-reset/tarball/0.8.2.pre.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ISPM/django-password-reset", "keywords": null, "license": "BSD licence, see LICENSE file", "maintainer": null, "maintainer_email": null, "name": "django-password-reset-ispm", "package_url": "https://pypi.org/project/django-password-reset-ispm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-password-reset-ispm/", "project_urls": { "Download": "https://github.com/ISPM/django-password-reset/tarball/0.8.2.pre.1", "Homepage": "https://github.com/ISPM/django-password-reset" }, "release_url": "https://pypi.org/project/django-password-reset-ispm/0.8.2.pre.1/", "requires_dist": null, "requires_python": null, "summary": "Class-based views for password reset. ISPM version, captcha merged", "version": "0.8.2.pre.1" }, "last_serial": 2069505, "releases": { "0.8.2.pre.1": [ { "comment_text": "", "digests": { "md5": "261078e1bdce674c572da0c05fd28509", "sha256": "b61b6ebfb68c3bb9251ce7dfcedcccf859b080bebce07e63fa5a4c4a7229204d" }, "downloads": -1, "filename": "django-password-reset-ispm-0.8.2.pre.1.tar.gz", "has_sig": false, "md5_digest": "261078e1bdce674c572da0c05fd28509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22573, "upload_time": "2016-04-18T13:55:57", "url": "https://files.pythonhosted.org/packages/36/ec/7acdb298e6441a51884edfe114c590d61a24ac914223ac91d4584f48bc05/django-password-reset-ispm-0.8.2.pre.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "261078e1bdce674c572da0c05fd28509", "sha256": "b61b6ebfb68c3bb9251ce7dfcedcccf859b080bebce07e63fa5a4c4a7229204d" }, "downloads": -1, "filename": "django-password-reset-ispm-0.8.2.pre.1.tar.gz", "has_sig": false, "md5_digest": "261078e1bdce674c572da0c05fd28509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22573, "upload_time": "2016-04-18T13:55:57", "url": "https://files.pythonhosted.org/packages/36/ec/7acdb298e6441a51884edfe114c590d61a24ac914223ac91d4584f48bc05/django-password-reset-ispm-0.8.2.pre.1.tar.gz" } ] }