Fixed reset password

This commit is contained in:
Daniel Maya 2022-01-12 12:19:41 +01:00
parent 8e9c3184a8
commit 080c5e2793
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ switch ($login_screen) {
} }
if ($config['enterprise_installed']) { if ($config['enterprise_installed']) {
if ($config['reset_pass_option']) { if ($config['reset_pass_option'] && (!$config['centralized_management'])) {
$reset_pass_link = 'reset_pass.php'; $reset_pass_link = 'reset_pass.php';
// Reset password link. // Reset password link.
echo '<div class="reset_password">'; echo '<div class="reset_password">';