Email Verification: sends link to user to validate the email address
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 25 Apr 2014 15:40:15 +0000 (17:40 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 25 Apr 2014 15:40:15 +0000 (17:40 +0200)
commitd04f3fd85686bee03a961494bdb4a68d6fb07ad4
tree28679129e2a531285940abad9ffac93dd7fda4a9
parent530ac0c2257be4ef2e22b5d607bb9670f04b98c9
Email Verification: sends link to user to validate the email address
portal/actions.py
portal/emailactivationview.py [new file with mode: 0644]
portal/models.py
portal/registrationview.py
portal/templates/activate_user.html [new file with mode: 0644]
portal/templates/activate_user.txt [new file with mode: 0644]
portal/templates/activate_user_email_subject.txt [new file with mode: 0644]
portal/templates/email_activation.html [new file with mode: 0644]
portal/urls.py