Skip to content

A django-registration backend for accepting new registrations only with a valid invitation code

License

Notifications You must be signed in to change notification settings

ciaron/django-registration-invitation-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-registration-invitation-token

A django-registration backend for accepting new registrations only with a valid invitation code

Installation

  1. Copy this subdirectory (or symlink it) to your registration/backends directory, and call it "token".

  2. You should already have "registration" in your INSTALLED_APPS, and you will need to add "registration.backends.token".

  3. In urls.py, make sure you have:

url(r'^accounts/', include('registration.backends.token.urls'))

instead of the standard "backends.simple" or "backends.default"

  1. Run "python manage.py syncdb".

  2. Add some tokens to the database.

About

A django-registration backend for accepting new registrations only with a valid invitation code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages