summaryrefslogtreecommitdiffstats
path: root/pyload/api/UserApi.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-10-06 12:01:08 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-10-06 12:01:08 +0200
commit6ec5761dd276fc6ed9ae47024ddb95c56c9d0513 (patch)
tree99205f502b7999fdd344e906578c42d1e045f5ee /pyload/api/UserApi.py
parentstubs for Api to manage users. (diff)
downloadpyload-6ec5761dd276fc6ed9ae47024ddb95c56c9d0513.tar.xz
new footer
Diffstat (limited to 'pyload/api/UserApi.py')
-rw-r--r--pyload/api/UserApi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/api/UserApi.py b/pyload/api/UserApi.py
index 250b9080c..d6fbb2646 100644
--- a/pyload/api/UserApi.py
+++ b/pyload/api/UserApi.py
@@ -5,7 +5,6 @@ from pyload.Api import Api, RequirePerm, Permission
from ApiComponent import ApiComponent
-
class UserApi(ApiComponent):
""" Api methods to retrieve user profile and manage users. """
@@ -23,6 +22,7 @@ class UserApi(ApiComponent):
def addUser(self, username, password):
""" Adds an user to the db.
+
:param username: desired username
:param password: password for authentication
"""