##// END OF EJS Templates
create user api_doc update
marcink -
r1909:f2bd5b0c beta
parent child Browse files
Show More
@@ -147,8 +147,8 b' OUTPUT::'
147 147 create_user
148 148 -----------
149 149
150 Creates new user in RhodeCode. This command can be executed only using api_key
151 belonging to user with admin rights.
150 Creates new user or updates current one if such user exists. This command can
151 be executed only using api_key belonging to user with admin rights.
152 152
153 153 INPUT::
154 154
@@ -134,7 +134,7 b' class ApiController(JSONRPCController):'
134 134 def create_user(self, apiuser, username, password, firstname,
135 135 lastname, email, active=True, admin=False, ldap_dn=None):
136 136 """
137 Create new user
137 Create new user or updates current one
138 138
139 139 :param apiuser:
140 140 :param username:
General Comments 0
You need to be logged in to leave comments. Login now