We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6865f39 + aa4e7f9 commit 023084eCopy full SHA for 023084e
1 file changed
lib/private/Template/JSConfigHelper.php
@@ -69,6 +69,8 @@ public function getConfig(): string {
69
$userBackendAllowsPasswordConfirmation = $backend->canConfirmPassword($uid) && $this->canUserValidatePassword();
70
} elseif (isset($this->excludedUserBackEnds[$this->currentUser->getBackendClassName()])) {
71
$userBackendAllowsPasswordConfirmation = false;
72
+ } else {
73
+ $userBackendAllowsPasswordConfirmation = $this->canUserValidatePassword();
74
}
75
} else {
76
$uid = null;
0 commit comments