summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-01-10 10:52:21 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-01-10 10:52:21 +0300
commit6c94b7498b889ffe13691123c94bbe5440786852 (patch)
treedb72054fd2c820597c4ad9c90e225f7d4433b404 /config
parente8b0c7689a21e9cc83bc0907771662db702db709 (diff)
downloadpleroma-6c94b7498b889ffe13691123c94bbe5440786852.tar.gz
pleroma-6c94b7498b889ffe13691123c94bbe5440786852.zip
[#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, migrated existing OAuth records. Adjusted tests.
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index c8d42e83e..eeb88174a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -565,7 +565,7 @@ config :ueberauth,
config :pleroma,
:auth,
- enforce_oauth_admin_scope_usage: false,
+ enforce_oauth_admin_scope_usage: true,
oauth_consumer_strategies: oauth_consumer_strategies
config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false