https://github.com/devmahmud/django-user_authentication
Full user authentication system implemented in Django 2.1.3. And bootstrap
https://github.com/devmahmud/django-user_authentication
completed-project django-project django-user-authentication django2 user-authentication
Last synced: about 2 months ago
JSON representation
Full user authentication system implemented in Django 2.1.3. And bootstrap
- Host: GitHub
- URL: https://github.com/devmahmud/django-user_authentication
- Owner: devmahmud
- License: mit
- Created: 2019-02-01T18:50:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T19:08:50.000Z (over 6 years ago)
- Last Synced: 2025-04-02T16:49:17.171Z (2 months ago)
- Topics: completed-project, django-project, django-user-authentication, django2, user-authentication
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-User_Authentication
Full user authentication system implemented in Django 2.1 And bootstrapInstalling
open terminal and typegit clone https://github.com/devmahmud/Django-User_Authentication.git
or simply download using the url below
https://github.com/devmahmud/Django-User_Authentication.git
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
For password Reset functionality by email fill up the information in Your Project setting
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = ''
To run the program in local server use the following command
python manage.py runserver
Then go to http://127.0.0.1:8000/home in your browser
Project snapshot
Login page
![]()
Registration Page
![]()
Profile Page
![]()
Author
Mahmudul alam
Email: [email protected]
========Thank You !!!=========