diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-02 16:50:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-02 16:50:03 +0200 |
commit | eb034e731f610705c10f4b182772183fdefd8e28 (patch) | |
tree | a9e7887df443451bdc133717c225a77a2f0663b8 /module/remote/thriftbackend/pyload.thrift | |
parent | purged old plugins (diff) | |
download | pyload-eb034e731f610705c10f4b182772183fdefd8e28.tar.xz |
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index 128ba6240..03eb1d4eb 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -130,7 +130,7 @@ struct UserData { 2: string email, 3: i32 role, 4: i32 permission, - 5: string template + 5: string templateName } struct AccountInfo { @@ -276,6 +276,7 @@ service Pyload { //auth bool login(1: string username, 2: string password), UserData getUserData(1: string username, 2:string password), + map<string, UserData> getAllUserData(), //services |