feat: add more security settings

This commit is contained in:
Steven
2024-08-29 20:13:10 +08:00
parent 6c54732cd1
commit 0ac2554545
15 changed files with 312 additions and 247 deletions

View File

@ -28,6 +28,7 @@ message WorkspaceSetting {
message SecuritySetting {
bool disallow_user_registration = 1;
bool disallow_password_auth = 2;
}
message ShortcutRelatedSetting {