From 8efbd52ea3eb10d66f9938baba1058724fdebfb1 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 30 Sep 2022 12:08:52 +0800 Subject: [PATCH] Update account.md --- manual/maintain/account.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/maintain/account.md b/manual/maintain/account.md index 36e8ef0a..785551d7 100644 --- a/manual/maintain/account.md +++ b/manual/maintain/account.md @@ -4,6 +4,14 @@ When you setup seahub website, you should have setup a admin account. After you logged in a admin, you may add/delete users and file libraries. +#### How to change a user's email + +If you use an email to identify an user (using email as a user's ID), this email is unchangable. You can set a contact email to that user via Web UI. The user can use the contact email to login and receive notifications. + +If you really want to change a user's ID, you should create a new user then use this admin API to migrate the data from old user to the new user: https://download.seafile.com/published/web-api/v2.1-admin/accounts.md#user-content-Migrate%20Account. + + + #### Resetting User Password Administrator can reset password for a user in "System Admin" page.