From 4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c Mon Sep 17 00:00:00 2001 From: alezakos Date: Fri, 1 Jul 2016 21:44:06 +0300 Subject: Add warning about the passcode --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index c519702..eba5b61 100644 --- a/config.py +++ b/config.py @@ -27,7 +27,7 @@ conf.registerGlobalValue(Github, 'hidePush', registry.Boolean(False, """Whether to hide 'user pushed ... commits' message""")) conf.registerGlobalValue(Github, 'passcode', - registry.String('', """Password which should be included into the URL""")) + registry.String('', """Password which should be included into the URL (DEPRECATED AND DANGEROUS!)""")) conf.registerGlobalValue(Github, 'disallowChannelOverride', registry.Boolean(False, -- cgit v1.2.3