mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
DEV: Remove unused max_api_keys_per_user
site setting (#12185)
This was added in fc095acaaa
, but a check was never implemented
This commit is contained in:
parent
0b2b4bc245
commit
3787bbc223
|
@ -2242,7 +2242,6 @@ en:
|
|||
|
||||
allow_user_api_keys: "Allow generation of user API keys"
|
||||
allow_user_api_key_scopes: "List of scopes allowed for user API keys"
|
||||
max_api_keys_per_user: "Maximum number of user API keys per user"
|
||||
min_trust_level_for_user_api_key: "Trust level required for generation of user API keys"
|
||||
allowed_user_api_auth_redirects: "Allowed URL for authentication redirect for user API keys. Wildcard symbol * can be used to match any part of it (e.g. www.example.com/*)."
|
||||
allowed_user_api_push_urls: "Allowed URLs for server push to user API"
|
||||
|
|
|
@ -2326,8 +2326,6 @@ user_api:
|
|||
allow_user_api_key_scopes:
|
||||
default: "read|write|message_bus|push|notifications|session_info|one_time_password"
|
||||
type: list
|
||||
max_api_keys_per_user:
|
||||
default: 10
|
||||
push_api_secret_key:
|
||||
default: ""
|
||||
hidden: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user