local:user- status column is in action
[unfold.git] / portal / joinview.py
index 0dc1e79..5c93d42 100644 (file)
@@ -151,7 +151,7 @@ class JoinView (FreeAccessView):
 
                 #creating user to manifold local:user
                 user_config = '{"firstname":"'+ reg_fname + '", "lastname":"'+ reg_lname + '", "authority":"'+ reg_auth + '"}'
-                user_params = {'email': reg_email, 'password': reg_password, 'config': user_config}
+                user_params = {'email': reg_email, 'password': reg_password, 'config': user_config, 'status': 1}
                 manifold_add_user(request,user_params)
                 #creating local:account in manifold
                 user_id = user_detail['user_id']+1 # the user_id for the newly created user in local:user