[Registration] implement User registration logic
commit855cf9d4e5c0c61265385090be324f5a722ea875
authorStefan Kögl <stefan@skoegl.net>
Thu, 24 Jul 2014 16:33:09 +0000 (24 18:33 +0200)
committerStefan Kögl <stefan@skoegl.net>
Thu, 24 Jul 2014 16:33:09 +0000 (24 18:33 +0200)
tree22a00901c24889312806ffaa562a87d84c050865
parent811773c567374a65e9722742a19a958073208256
[Registration] implement User registration logic
23 files changed:
Procfile
mygpo/pubsub/__init__.py
mygpo/settings.py
mygpo/urls.py
mygpo/users/admin.py
mygpo/users/models.py
mygpo/users/tasks.py
mygpo/users/templates/registration/activation_email.txt [moved from mygpo/web/templates/registration/activation_email.txt with 100% similarity]
mygpo/users/templates/registration/activation_email_subject.txt [moved from mygpo/web/templates/registration/activation_email_subject.txt with 100% similarity]
mygpo/users/templates/registration/activation_failed.html [moved from mygpo/web/templates/registration/activation_complete.html with 60% similarity]
mygpo/users/templates/registration/registration_complete.html [moved from mygpo/web/templates/registration/registration_complete.html with 100% similarity]
mygpo/users/templates/registration/registration_form.html [moved from mygpo/web/templates/registration/registration_form.html with 100% similarity]
mygpo/users/templates/registration/resend_activation.html [moved from mygpo/web/templates/registration/resend_activation.html with 64% similarity]
mygpo/users/templates/registration/resent_activation.html [moved from mygpo/web/templates/registration/resent_activation.html with 100% similarity]
mygpo/users/urls.py [new file with mode: 0644]
mygpo/users/views/__init__.py [new file with mode: 0644]
mygpo/users/views/registration.py [new file with mode: 0644]
mygpo/utils.py
mygpo/web/templates/registration/activate.html [deleted file]
mygpo/web/templates/reset-pwd-msg.txt [new file with mode: 0644]
mygpo/web/templates/reset-pwd-subj.txt [new file with mode: 0644]
mygpo/web/urls.py
mygpo/web/views/users.py