X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fregistrationview.py;h=455b17543dc20cb5101a9aec69e47dac44bc81f3;hb=6ac49833d47387edc427c523a6ea2d18ed68c988;hp=fed383f76068e97580595b5a529566b6266fe469;hpb=066187807cd4114e83f350ddfbc9393e11c3f779;p=myslice.git diff --git a/portal/registrationview.py b/portal/registrationview.py index fed383f7..455b1754 100644 --- a/portal/registrationview.py +++ b/portal/registrationview.py @@ -149,6 +149,7 @@ class RegistrationView (FreeAccessView): email = reg_email, password = request.POST['password'], keypair = account_config, + pi = '', ) b.save() # saves the user to django auth_user table [needed for password reset]