django-userauth

Django Authenticating and Signing up users

This projects aims to provide a example of Django project with bootstrap 4 version of the templates for the user registration and authentication views. We shall be able to use it as plain email based registration alone or along with social authentication.

This project uses the following amazing projects from the opensource:

The project covers

Screenshots

Homepage

homepage

Login Page

Login

Signup Page

Signup

Password reset page

password reset

User Profile page

user profile

Installation

Use the package manager pip to install the requirements.

pip3 install -r requirements.txt

Usage