mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix no automatic login
This commit is contained in:
parent
b576476a33
commit
a237ae0b99
@ -142,7 +142,7 @@ else
|
|||||||
$passwd_type = $_POST['passwd_type'];
|
$passwd_type = $_POST['passwd_type'];
|
||||||
|
|
||||||
// forced password change
|
// forced password change
|
||||||
if($GLOBALS['egw']->session->cd_reason != Api\Session::CD_FORCE_PASSWORD_CHANGE)
|
if($GLOBALS['egw']->session->cd_reason == Api\Session::CD_FORCE_PASSWORD_CHANGE)
|
||||||
{
|
{
|
||||||
// no automatic login
|
// no automatic login
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user