X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Faccountview.py;h=2fc5e823e5d499a1f31ff13ae6ed430cb9d54e52;hb=b81c98064566ba64e0e70600ce6f3aeecd0abb22;hp=f3a1527565aae8bfb0d11fac492866831009d78a;hpb=b2567e7154bbc91e4927559ccd89c8896a106889;p=myslice.git diff --git a/portal/accountview.py b/portal/accountview.py index f3a15275..2fc5e823 100644 --- a/portal/accountview.py +++ b/portal/accountview.py @@ -436,7 +436,7 @@ def account_process(request): user_pub_key = account_config.get('user_public_key','N/A') user_priv_key = account_config.get('user_private_key','N/A') updated_config = '{"user_public_key":"'+ user_pub_key + '", "user_private_key":"'+ user_priv_key + '", "user_hrn":"'+ user_hrn + '"}' - updated_config = ''.join(updated_config.split()) + #updated_config = ''.join(updated_config.split()) user_params = { 'config': updated_config} manifold_update_account(request,user_params) messages.success(request, 'All Credentials cleared')