mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-21 20:34:25 +00:00
feat: add more security settings
This commit is contained in:
@@ -1203,10 +1203,9 @@
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| mode | [string](#string) | | Current workspace mode: dev, prod. |
|
||||
| version | [string](#string) | | Current workspace version. |
|
||||
| subscription | [Subscription](#slash-api-v1-Subscription) | | The workspace subscription. |
|
||||
| enable_signup | [bool](#bool) | | Whether to enable other users to sign up. |
|
||||
| custom_style | [string](#string) | | The custom style. |
|
||||
| owner | [string](#string) | | The owner name. Format: "users/{id}" |
|
||||
| subscription | [Subscription](#slash-api-v1-Subscription) | | The workspace subscription. |
|
||||
| custom_style | [string](#string) | | The custom style. |
|
||||
| branding | [bytes](#bytes) | | The workspace branding. |
|
||||
|
||||
|
||||
@@ -1228,6 +1227,7 @@
|
||||
| default_visibility | [Visibility](#slash-api-v1-Visibility) | | The default visibility of shortcuts and collections. |
|
||||
| identity_providers | [IdentityProvider](#slash-api-v1-IdentityProvider) | repeated | The identity providers. |
|
||||
| disallow_user_registration | [bool](#bool) | | Whether to disallow user registration by email&password. |
|
||||
| disallow_password_auth | [bool](#bool) | | Whether to disallow password authentication. |
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user