X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fregistrationview.py;h=f2fe7b966bac9dc272ec16d9dd956daede17d7e0;hb=170eb2081cc8a753968b68b6129c4b929f05c472;hp=2fbdf239b95bcd3f85205ca239cd53ce76b76e42;hpb=9f2589d734a6b9c9e95fbced4560a008d3530cf4;p=unfold.git diff --git a/portal/registrationview.py b/portal/registrationview.py index 2fbdf239..f2fe7b96 100644 --- a/portal/registrationview.py +++ b/portal/registrationview.py @@ -68,7 +68,7 @@ class RegistrationView (FreeAccessView, ThemeView): 'password' : wsgi_request.POST.get('password', ''), 'current_site' : current_site, 'email_hash' : email_hash, - 'validation_link': 'https://' + current_site + '/portal/email_activation/'+ email_hash + 'validation_link': 'http://' + current_site + '/portal/email_activation/'+ email_hash } # Construct user_hrn from email (XXX Should use common code)