Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 385 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'metamta.placeholder-to-recipient' => pht( | 'metamta.placeholder-to-recipient' => pht( | ||||
| 'Placeholder recipients are now generated automatically.'), | 'Placeholder recipients are now generated automatically.'), | ||||
| 'metamta.mail-key' => pht( | 'metamta.mail-key' => pht( | ||||
| 'Mail object address hash keys are now generated automatically.'), | 'Mail object address hash keys are now generated automatically.'), | ||||
| 'phabricator.csrf-key' => pht( | 'phabricator.csrf-key' => pht( | ||||
| 'CSRF HMAC keys are now managed automatically.'), | 'CSRF HMAC keys are now managed automatically.'), | ||||
| 'metamta.insecure-auth-with-reply-to' => pht( | |||||
| 'Authenticating users based on "Reply-To" is no longer supported.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||