Fixed the 2 step login
This commit is contained in:
parent
cfc0295d6f
commit
08bedf65af
|
@ -268,7 +268,7 @@ if (! isset ($config['id_user'])) {
|
||||||
|
|
||||||
if (isset ($double_auth_success) && $double_auth_success) {
|
if (isset ($double_auth_success) && $double_auth_success) {
|
||||||
// This values are true cause there are checked before complete the 2nd auth step
|
// 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;
|
$expired_pass = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue