##// END OF EJS Templates
auth: fixed docstring
marcink -
r3267:487f26ba default
parent child Browse files
Show More
@@ -119,7 +119,7 b' class RhodeCodeAuthPluginBase(object):'
119 "active":
119 "active":
120 'True|False defines active state of user internally for RhodeCode',
120 'True|False defines active state of user internally for RhodeCode',
121 "active_from_extern":
121 "active_from_extern":
122 "True|False\None, active state from the external auth, "
122 "True|False|None, active state from the external auth, "
123 "None means use definition from RhodeCode extern_type active value"
123 "None means use definition from RhodeCode extern_type active value"
124
124
125 }
125 }
General Comments 0
You need to be logged in to leave comments. Login now