The branch, master has been updated via 762de5b6b9eea0241adbb7c72495368c16d32605 (commit) from 82844d78ad379d8d3e90cdcb1c0808dd7995a045 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 762de5b6b9eea0241adbb7c72495368c16d32605 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 1 17:45:33 2013 +0100 more about authid to cookie-auth renaming(2) ----------------------------------------------------------------------- Summary of changes: x2gobroker/web/plain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index 001f4b5..9ec4321 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -99,7 +99,7 @@ class X2GoBrokerWeb: ### CONFIRM SUCCESSFUL AUTHENTICATION FIRST ### - if global_config['use-cookie-auth']: + if global_config['require-cookie-auth']: ### FIXME: make up a nice protocol for this, disabled for now #output += "AUTHID: {authid}<br />".format(authid=broker_backend.get_next_authid(username=data.user)) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).