mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: support disable change username and nickname (#3911)
* feat: support disable change username and nickname * chore: update UX
This commit is contained in:
@ -50,6 +50,11 @@ message WorkspaceGeneralSetting {
|
||||
// 0: Sunday, 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday
|
||||
// Default is Sunday.
|
||||
int32 week_start_day_offset = 6;
|
||||
|
||||
// disallow_change_username disallows changing username.
|
||||
bool disallow_change_username = 7;
|
||||
// disallow_change_nickname disallows changing nickname.
|
||||
bool disallow_change_nickname = 8;
|
||||
}
|
||||
|
||||
message WorkspaceCustomProfile {
|
||||
|
Reference in New Issue
Block a user