summaryrefslogtreecommitdiffstats
path: root/pyload/remote/pyload.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r--pyload/remote/pyload.thrift6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift
index 905be22b0..3d0f201e7 100644
--- a/pyload/remote/pyload.thrift
+++ b/pyload/remote/pyload.thrift
@@ -495,6 +495,9 @@ service Pyload {
// returns own user data
UserData getUserData(),
+ // works contextual, admin can change every password
+ bool setPassword(1: string username, 2: string old_password, 3: string new_password),
+
// all user, for admins only
map<UserID, UserData> getAllUserData(),
@@ -504,9 +507,6 @@ service Pyload {
void updateUserData(1: UserData data),
void removeUser(1: UserID uid),
- // works contextual, admin can change every password
- bool setPassword(1: string username, 2: string old_password, 3: string new_password),
-
///////////////////////
// Addon Methods
///////////////////////