This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 8aefc5770d905a60b8d05dfdfd98e0a2a9f6c4f7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Mar 9 12:36:13 2014 +0100 JSON webUI: fine-tuning of JSON keys --- x2gobroker/web/json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py index c7c8d9f..b40ea76 100644 --- a/x2gobroker/web/json.py +++ b/x2gobroker/web/json.py @@ -128,12 +128,12 @@ class X2GoBrokerWeb(_RequestHandler): ### CONFIRM SUCCESSFUL AUTHENTICATION FIRST ### payload.update({ - 'auth_status': 'Access granted', + 'auth-status': 'Access granted', }) if next_cookie is not None: payload.update({ - 'authid': next_cookie, + 'next-authid': next_cookie, }) ### -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git