feat: support disable change username and nickname (#3911)

* feat: support disable change username and nickname

* chore: update UX
This commit is contained in:
Zisu Zhang
2024-09-12 13:45:04 +08:00
committed by GitHub
parent 6f3d5762ca
commit b787d1c7b6
9 changed files with 514 additions and 267 deletions

View File

@ -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 {