From 1ff28bbbfeef3f3aee939624245378acd7ad8199 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Fri, 30 Nov 2018 11:48:51 +0100 Subject: [PATCH] auth: fixed docstring --- rhodecode/authentication/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/authentication/base.py b/rhodecode/authentication/base.py index ff5d0ad3..3816ed4d 100644 --- a/rhodecode/authentication/base.py +++ b/rhodecode/authentication/base.py @@ -119,7 +119,7 @@ class RhodeCodeAuthPluginBase(object): "active": 'True|False defines active state of user internally for RhodeCode', "active_from_extern": - "True|False\None, active state from the external auth, " + "True|False|None, active state from the external auth, " "None means use definition from RhodeCode extern_type active value" }