Django registration app which required inspection step before activation
Project description
- Author
Alisue <lambdalisue@hashnote.net>
- Supported python versions
2.6, 2.7, 3.2, 3.3
- Supported django versions
1.3 - 1.6
django-inspectional-registration is a enhanced application of django-registration. The following features are available
Inspection steps for registration. You can accept or reject the account registration before sending activation key to the user.
Password will be filled in after the activation step to prevent that the user forget them previously filled password in registration step (No password filling in registration step)
Password can be generated programatically and force to activate the user. The generated password will be sent to the user by e-mail.
Any Django models are available to use as supplemental information of registration if the models are subclasses of registration.supplements.RegistrationSupplementBase. It is commonly used for inspection.
You can send any additional messages to the user in each steps (acceptance, rejection and activation)
The behaviors of the application are customizable with Backend feature.
The E-mails or HTMLs are customizable with Django template system.
Can be migrated from django-registration simply by south
django-mailer compatible. Emails sent from the application will use django-mailer if ‘mailer’ is in your INSTALLED_APPS
The difference with django-registration
While django-registration requires 3 steps for registration, django-inspectional-registration requires 5 steps and inspector for registration.
Online documentation
See django-inspectional-registration official documents for more detail
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-inspectional-registration-0.3.4.tar.gz
.
File metadata
- Download URL: django-inspectional-registration-0.3.4.tar.gz
- Upload date:
- Size: 141.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b11668d9e4a77acf32fc4da6f12b161edf40b72d5c609ed01e1f13d8c67e54f5 |
|
MD5 | 164243b8c90479b3aefcf661777aac64 |
|
BLAKE2b-256 | 7b122c6967285e04406626133aaaa22eff964acafec1258a598453d37e2f3123 |