mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-25 05:44:26 +00:00
Add update emailuser id RPC (#349)
* Add update emailuser id RPC * Add test shareing and group relationship when update user id
This commit is contained in:
@@ -1189,6 +1189,9 @@ ccnet_rpc_get_superusers (GError **error);
|
||||
GList *
|
||||
ccnet_rpc_get_emailusers_in_list(const char *source, const char *user_list, GError **error);
|
||||
|
||||
int
|
||||
ccnet_rpc_update_emailuser_id (const char *old_email, const char *new_email, GError **error);
|
||||
|
||||
int
|
||||
ccnet_rpc_create_group (const char *group_name, const char *user_name,
|
||||
const char *type, int parent_group_id, GError **error);
|
||||
|
Reference in New Issue
Block a user