Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14843933
D20447.id48767.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1011 B
Referenced Files
None
Subscribers
None
D20447.id48767.diff
View Options
diff --git a/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php b/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
--- a/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
+++ b/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
@@ -121,6 +121,7 @@
'phabricator.uninstalled-applications',
'phabricator.application-settings',
'config.ignore-issues',
+ 'auth.lock-config',
);
$soft_locks = array_fuse($soft_locks);
if (isset($soft_locks[$key])) {
@@ -146,7 +147,7 @@
'that it was previously not locked, you set it using the web UI, '.
'and it later became locked.'.
"\n\n".
- 'You should copy this configuration value in a local configuration '.
+ 'You should copy this configuration value to a local configuration '.
'source (usually by using %s) and then remove it from the database '.
'with the command below.'.
"\n\n".
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 11:27 AM (19 h, 26 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7086833
Default Alt Text
D20447.id48767.diff (1011 B)
Attached To
Mode
D20447: Don't warn about a locked database value after users run "bin/auth lock"
Attached
Detach File
Event Timeline
Log In to Comment