auth: fixed docstring

This commit is contained in:
Marcin Kuzminski 2018-11-30 11:48:51 +01:00
parent 90c9f5ec00
commit 1ff28bbbfe

View file

@ -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"
}