Fixed the 2 step login
This commit is contained in:
parent
5e80428ed9
commit
c15df44434
|
@ -268,7 +268,7 @@ if (! isset ($config['id_user'])) {
|
|||
|
||||
if (isset ($double_auth_success) && $double_auth_success) {
|
||||
// This values are true cause there are checked before complete the 2nd auth step
|
||||
$nick_in_db = $config["prepared_login_da"]['id_user'];
|
||||
$nick_in_db = $_SESSION["prepared_login_da"]['id_user'];
|
||||
$expired_pass = false;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue