From b81c98064566ba64e0e70600ce6f3aeecd0abb22 Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 20 Jan 2014 18:31:52 +0100 Subject: [PATCH] MyAcc: clearcred- not clearning newlines --- portal/accountview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.43.0