|
@@ -60,7 +60,7 @@ |
|
|
block discarded – undo |
|
60
|
60
|
->setLegacyAuthMechanism($legacyAuth); |
|
61
|
61
|
} |
|
62
|
62
|
|
|
63
|
|
- public function manipulateStorageConfig(StorageConfig &$storage, ?IUser $user = null): void { |
|
|
63
|
+ public function manipulateStorageConfig(StorageConfig & $storage, ?IUser $user = null): void { |
|
64
|
64
|
$auth = $storage->getAuthMechanism(); |
|
65
|
65
|
if ($auth->getScheme() === AuthMechanism::SCHEME_PASSWORD) { |
|
66
|
66
|
if (!is_string($storage->getBackendOption('user')) || !is_string($storage->getBackendOption('password'))) { |
Please login to merge, or discard this patch.