Fixed reset password
This commit is contained in:
parent
8e9c3184a8
commit
080c5e2793
|
@ -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">';
|
||||||
|
|
Loading…
Reference in New Issue