Metadata-Version: 1.0
Name: django-inspectional-registration
Version: 0.1.0
Summary: Django Registration App which required Inspection before activation
Home-page: https://github.com/lambdalisue/django-inspectional-registration
Author: Alisue
Author-email: lambdalisue@hashnote.net
License: MIT
Download-URL: https://github.com/lambdalisue/django-inspectional-registration/tarball/master
Description: This is a `django-registration`_ derivered app which add inspection feature before activation.
        
        A lot of code is copied from django-registration and this django-inspectional-registration is still developing
        
        Difference
        ====================
        
        Normal django-registration
        ----------------------------------------------------
        
        1.  User register the Web site with username, email and password
        2.  User got activation mail
        3.  User access the URL and activated. User can now login with the previous
            username and password
        
        django-inspectional-registration
        ----------------------------------------------------------------
        
        1.  User register the Web site with username and email. Not with password
        2.  Inspector check the registration and accept or reject the registration
        3.  If inspector accept the registration, the user get acception email and
            activation url
        4.  If inspector reject the registration, the user get rejection email
        
Keywords: django app registration inspection
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
