diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-10-06 12:01:08 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-10-06 12:01:08 +0200 |
commit | 6ec5761dd276fc6ed9ae47024ddb95c56c9d0513 (patch) | |
tree | 99205f502b7999fdd344e906578c42d1e045f5ee /pyload/api/UserApi.py | |
parent | stubs for Api to manage users. (diff) | |
download | pyload-6ec5761dd276fc6ed9ae47024ddb95c56c9d0513.tar.xz |
new footer
Diffstat (limited to 'pyload/api/UserApi.py')
-rw-r--r-- | pyload/api/UserApi.py | 2 |
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 """ |