Skip to content

A custom Django user that authenticates via email. Follows identity and authentication best practices.

License

Notifications You must be signed in to change notification settings

jambonrose/django-improved-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Release: PyPI Version Github Tag

Documentation: Development Documentation Status

Compatibility: Python Implementation Support Python Support Django Support License

Tests: Travis Build Status AppVeyor Build Status Coverage Status Updates

Read Me

This project provides a custom user model that improves on Django's default by making a few modern and international changes.

  • Uses email as the username to simplify login for users
  • Replace first_name and last_name with international friendly short_name and full_name fields

For information about getting started, please refer to the quickstart documentation. For information about how to help with the project, please see the contributing documentation.