# HG changeset patch # User Marcin Kuzminski # Date 2018-11-30 10:48:51 # Node ID 487f26bad34b778b7c8fbb2149199a68e20784b0 # Parent b248d8ab59682fbbb4dec7eaf7d1bc755f1dbd03 auth: fixed docstring diff --git a/rhodecode/authentication/base.py b/rhodecode/authentication/base.py --- 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" }