X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fregistrationview.py;h=f7314473c1e3eabd883e74dfc97c5865e4b9febe;hb=a1f72f680d4745eb0352b499819ac4672deceb66;hp=04a0d10ee166298bce34d45611fe830fce6a47b8;hpb=7b73452c0729349a806cf4d3fc4751a8cd9aacdb;p=unfold.git diff --git a/portal/registrationview.py b/portal/registrationview.py index 04a0d10e..f7314473 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': 'http://' + current_site + '/portal/email_activation/'+ email_hash + 'validation_link': 'https://' + current_site + '/portal/email_activation/'+ email_hash } # Construct user_hrn from email (XXX Should use common code)