{ "info": { "author": "Alvaro Lizama", "author_email": "nekrox@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# Django Custom Accounts\n\n## Install\n\nVia pip\n\n pip install django-custom-accounts\n\nVia easy\\_install\n\n easy_install django-custom-accounts\n\n## Usage\n\n### Settings\n\nIn settings.py add:\n\n INSTALLED_APPS = (\n ...\n 'accounts'\n ...\n )\n\n AUTH_USER_MODEL = 'accounts.CustomUser'\n\n CUSTOM_AUTH_ACTIVATION_EMAIL = True # if True sent an email to activate your account otherwise the account is activate automatically\n CUSTOM_AUTH_AUTO_LOGIN = True # if true the user is logged automatically after registration or confirming\n CUSTOM_AUTH_REGISTER_REDIRECT_URL = None # String with the url to redirect after successful registration\n CUSTOM_AUTH_CONFIRM_REDIRECT_URL = None # String with the url to redirect after successful confirmation\n LOGIN_REDIRECT_URL = '/accounts/profile/' # String with the url to redirect after login\n LOGOUT_REDIRECT_URL = None # String with the url to redirect after logout\n\n\nIn urls.py add:\n\n url(r'^accounts/', include('accounts.urls')),\n\n\n### Templates\n\nList of templates for auth.\nAll the templates go in registration folder\n\n- login.html: Template for login form.\n- logged\\_out: Template por logout success message.\n- register\\_form.html: Template for registration form.\n- activation\\_email.html: Template for email confirmation.\n- activation\\_subject.txt: Template for email confirmation subject.\n- activation\\_confirm.html: Template for successful and unsuccesseful confirmation message.\n- password\\_reset\\_form.html: Template for recovery password form.\n- password\\_reset\\_email.html: Template for recovery password email.\n- password\\_reset\\_subject.txt: Template for recovery password email subject.\n- password\\_reset\\_done.html: Template for recovery password done. (Request mail for recovery password message)\n- password\\_reset\\_confirm.html: Template for change password form.\n- password\\_reset\\_complete.html Template for changge passowrd success message.\n\n\n## Todo\n\n- Tests\n- Facebook login/auth suppport\n- Twitter login/auth support\n\n\n## Changelog\n\n### 0.1 - 2014-04-22 Alvaro Lizama \n\n- First release\n\n\n## License\n\nCopyright (c) 2014 Alvaro Lizama Molina\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nekrox/django-custom-accounts/archive/master.tgz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nekrox/django-custom-accounts", "keywords": "django custom user auth model email without username", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-custom-accounts", "package_url": "https://pypi.org/project/django-custom-accounts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-custom-accounts/", "project_urls": { "Download": "https://github.com/nekrox/django-custom-accounts/archive/master.tgz", "Homepage": "https://github.com/nekrox/django-custom-accounts" }, "release_url": "https://pypi.org/project/django-custom-accounts/0.1/", "requires_dist": null, "requires_python": null, "summary": "A custom accounts application for Django", "version": "0.1" }, "last_serial": 1038789, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d3b74599d10297cc07f4dccf92456696", "sha256": "17b7fb491877fc431abd3c8895406c0fc5f87155d329796ed5a03bb593da01f7" }, "downloads": -1, "filename": "django-custom-accounts-0.1.tar.gz", "has_sig": false, "md5_digest": "d3b74599d10297cc07f4dccf92456696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7543, "upload_time": "2014-03-23T23:36:02", "url": "https://files.pythonhosted.org/packages/9e/da/f2ed3b86c6ef94c7c85539f0965cb81a13f6691e64cc2e50307de477bc8d/django-custom-accounts-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d3b74599d10297cc07f4dccf92456696", "sha256": "17b7fb491877fc431abd3c8895406c0fc5f87155d329796ed5a03bb593da01f7" }, "downloads": -1, "filename": "django-custom-accounts-0.1.tar.gz", "has_sig": false, "md5_digest": "d3b74599d10297cc07f4dccf92456696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7543, "upload_time": "2014-03-23T23:36:02", "url": "https://files.pythonhosted.org/packages/9e/da/f2ed3b86c6ef94c7c85539f0965cb81a13f6691e64cc2e50307de477bc8d/django-custom-accounts-0.1.tar.gz" } ] }