Coders Packet

Email Authentication LOGIN SIGNUP using Django

By Utsav Raj

It is a Login and Register system with email authentication using Django. It helps to verify whether the user email id is real or not. And saves the data in backend.

User authentication is a crucial aspect of web applications, ensuring secure access to user accounts. Email authentication is preferred due to its security and user-friendliness.The project aims to create a Django-based web application with email-based user authentication for secure login and registration.

STEPS TO USE:

1. First Download the source Code after that save in a folder , Prior to that make a virtual environment then install django in it.

2. django-admin startproject used to make project directory and djano-admin startapp to make app inside project and then we need to write app name        in setting file inside installed app section.

3. After this you need to set up all the file in same manner as it has been kept in the file you have downloaded.

4. You need to change email and password in setting file since i will not share it you need to generate through gmail in app password section.

5. After doing all this you are good to go . use python mange.py runserver to start the app.

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Utsav Raj (utsav04)

Download packets of source code on Coders Packet