Skip to main content

A django app for basic utilities - user registration, login, change password, reset password

Project description

=====
Account Utils
=====

Accountutils is a simple django application to facilitate basic functionalities, like forgot password, change password, for api based projects.

Quick start
-----------

1. Add "accountutils" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'accountutils',
]

2. Include the accountutils URLconf in your project urls.py like this::

url('utils/', include('accountutils.urls')),

3. Run `python manage.py migrate` to create the accountutils models.

4. Add required settings in settings.py::

USEEMAIL='youremail@somewhere.com'
EMAIL_USE_TLS = True or False
EMAIL_HOST = 'your host'
EMAIL_PORT = <port>
EMAIL_HOST_USER = USEEMAIL
EMAIL_HOST_PASSWORD ='your password'
DEFAULT_FROM_EMAIL = USEEMAIL
DEFAULT_TO_EMAIL = ''
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#if communication mails has to be send
SEND_REGISTRATION_MAILS = True or False #dafault True

5. Now you will have the api endpoints for registration, login, change password, forgot password etc.
#incase, use use the utils in step 2
/utils/request/forgot/password/ #post request
/utils/check/forgot_password_code/ #post request
/utils/reset/password/ #post request
/utils/change/password/ #post request
#login user
/utils/login/ #post request
#register user
/utils/register/ #post request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-accountutils-0.4.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

django_accountutils-0.4-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file django-accountutils-0.4.tar.gz.

File metadata

  • Download URL: django-accountutils-0.4.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for django-accountutils-0.4.tar.gz
Algorithm Hash digest
SHA256 1dc31dab811e8aee21de5f461cc4b3ff995c716ec1da60eed4a7437ff48a5f14
MD5 046f9ce22534e79a9addc13042613d94
BLAKE2b-256 12d155406b9f6cb8d7ff91dd08dec8975386889458e5261631b861d2ebb4d7e3

See more details on using hashes here.

File details

Details for the file django_accountutils-0.4-py3-none-any.whl.

File metadata

  • Download URL: django_accountutils-0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for django_accountutils-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 10476b5985ee413ec99623b58bd17aa1d64c85dfb2fd614d58c80d6634653efa
MD5 9eb8ce5a4cdbd0f03c6007e0bf90e40d
BLAKE2b-256 83b009f39e72036c139de5255ec1992839b511bd29cde461648e7eda94db487a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page