mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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) {
|
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…
x
Reference in New Issue
Block a user