Allow registration of OAuth 1.0 applications to be disabled
This commit is contained in:
parent
3ab9da6c6b
commit
31659bedbe
6 changed files with 36 additions and 1 deletions
|
@ -2602,6 +2602,7 @@ en:
|
|||
oauth_clients:
|
||||
new:
|
||||
title: "Register a new application"
|
||||
disabled: "Registration of OAuth 1 applications has been disabled"
|
||||
edit:
|
||||
title: "Edit your application"
|
||||
show:
|
||||
|
|
|
@ -97,6 +97,7 @@ attachments_dir: ":rails_root/public/attachments"
|
|||
basic_auth_support: true
|
||||
# Enable legacy OAuth 1.0 support
|
||||
oauth_10_support: true
|
||||
oauth_10_registration: true
|
||||
# URL of Nominatim instance to use for geocoding
|
||||
nominatim_url: "https://nominatim.openstreetmap.org/"
|
||||
# Default editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue