Skip to content

Login system for Django with ready to use account components

Notifications You must be signed in to change notification settings

morgan0112/login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login System

This is a start-up Django login system that includes all features to handle user configurations. This is to get started on a project without needing to focus too much on setting up account components.

This app extracts basic user information, but it is set up in a way so that custom fields can be added. Before migration, alter the User model to suit your needs. All error and redirect configurations for the forms have already been set up.

It comes with a basic template containing the following pages:

  • Home
  • Sign in
  • Registration
  • Account
  • Change Password

Home Page

Includes a basic layout which can be changed to suit your needs.

Sign in Page

Straightforward layout that will redirect you to the home page after you signin, but if you came to the signin page from an unauthorized (signin required) page, you will be redirected back to that page after you signin.

Registration Page

Extracts basic information and will signin users automatically after registration. The password configuration can be altered to make users enter strong passwords. Users are recommended to use Google password generator for password strength and just in case the admin strengthens the password configuration too much which will make it difficult for users to enter their own custom password.

Account Page

Allows users to update the existing information.

Change Password

Allows users to change their password.

About

Login system for Django with ready to use account components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages