{ "info": { "author": "Tom Aratyn", "author_email": "tom@aratyn.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "# Django Email Changer\n\nDjango app to securely change a user's email. This app will email your user at the new email with an activation URL. Once they click the link in the email, the new email will be put into their user account.\n\n\n## Settings\n\nDjango Email Changer has some custom settings it looks for.\n\n### `EMAIL_CHANGE_NOTIFICATION_SUBJECT`\n\nThe subject of email change notifications.\n\nDefault: `\"Email Change Activation\"`\n\n### `EMAIL_CHANGE_NOTIFICATION_EMAIL_TEMPLATE`\n\nThe template for email change notifications.\n\nDefault: `\"django_email_changer/email_change_notification.txt\"`\n\n### `EMAIL_CHANGE_NOTIFICATION_FROM`\n\nWho is the email change notification from.\n\nDefault: `\"no-reply@example.com\"`\n\n### `EMAIL_CHANGE_ACTIVATION_SUCCESS_URL`\n\nWhen a user activates their email, we'll redirect to this URL so you can execute your code.\n\nDefault: `\"/user-email-changed\"`\n\n### `EMAIL_CHANGE_SUCCESS_URL`\n\nAfter a successfully submitting a new email, the user is forwarded to this URL.\n\nDefault: `\"/new-email-activation-sent\"`\n\n### `CHANGE_EMAIL_CODE_EXPIRY_TIME`\n\nA dictionary of arguments for `datetime.timedelta`. If modification is more than `CHANGE_EMAIL_CODE_EXPIRY_TIME` days/hours/minutes/etc old then the modification will not be applied.\n\nDefault: `{\"days\": 3}`", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/themystic/django-email-changer", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-email-changer", "package_url": "https://pypi.org/project/django-email-changer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-email-changer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/themystic/django-email-changer" }, "release_url": "https://pypi.org/project/django-email-changer/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A Django App to let users securely change the email associated with their account.", "version": "0.1.2" }, "last_serial": 859580, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f0a344164f0c3ff1fb11402860f23ba6", "sha256": "257d98c1b5b01ff3d610db773289165ef989897593303a6fbe45728abcf8f3f7" }, "downloads": -1, "filename": "django-email-changer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f0a344164f0c3ff1fb11402860f23ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4758, "upload_time": "2013-08-13T02:51:49", "url": "https://files.pythonhosted.org/packages/b0/86/672c6241d31b0bd1475836f5c141635690729473ca1d16b8f46f5d002491/django-email-changer-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3650dd78a96c570d3a5c85a162ea8325", "sha256": "31b061ac9f62a5140dfaf52a1aceb841b8e792cfee093ebf1d198e94f6995982" }, "downloads": -1, "filename": "django-email-changer-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3650dd78a96c570d3a5c85a162ea8325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5073, "upload_time": "2013-08-31T17:08:56", "url": "https://files.pythonhosted.org/packages/80/28/0f69751d2bce5797f5ec5782dfea97e0f802499a987d8c478068115ba995/django-email-changer-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3650dd78a96c570d3a5c85a162ea8325", "sha256": "31b061ac9f62a5140dfaf52a1aceb841b8e792cfee093ebf1d198e94f6995982" }, "downloads": -1, "filename": "django-email-changer-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3650dd78a96c570d3a5c85a162ea8325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5073, "upload_time": "2013-08-31T17:08:56", "url": "https://files.pythonhosted.org/packages/80/28/0f69751d2bce5797f5ec5782dfea97e0f802499a987d8c478068115ba995/django-email-changer-0.1.2.tar.gz" } ] }