Skip to content

Commit

Permalink
pkp#10213 hide provider's secrets in admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham authored and asmecher committed Jul 24, 2024
1 parent a930f7b commit 4f2216e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions classes/config/Config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ class Config {
],
'email' => [
'smtp_password',
'smtp_username',
'smtp_oauth_clientsecret'
],
'security' => [
'salt',
'api_key_secret'
],
'captcha' => [
'recaptcha_private_key',
],
];

Expand Down

0 comments on commit 4f2216e

Please sign in to comment.