From eb034e731f610705c10f4b182772183fdefd8e28 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 2 Oct 2011 16:50:03 +0200 Subject: closed #365, #396, #397 --- module/remote/thriftbackend/pyload.thrift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/remote/thriftbackend/pyload.thrift') 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 getAllUserData(), //services -- cgit v1.2.3