Skip to content

cramshaw/django_email_user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_email_user

A simple django app to override the User model removing the username and requiring an email instead.

Also sends an email everytime a user signs up.

Installation:

Add to your apps: 'users',

Add to settings.py: AUTH_USER_MODEL = 'users.User' MAILING_LIST = ['[email protected]']

python manage.py migrate

WARNING - Exisiting users will be destroyed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages