mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
updates
This commit is contained in:
parent
c824972c8c
commit
af863a45de
@ -240,6 +240,7 @@ if (is_ajax()) {
|
|||||||
);
|
);
|
||||||
$table->data['2FA_all_users'] = $row;
|
$table->data['2FA_all_users'] = $row;
|
||||||
|
|
||||||
|
|
||||||
// Session timeout.
|
// Session timeout.
|
||||||
// Default session timeout.
|
// Default session timeout.
|
||||||
set_when_empty($config['session_timeout'], 90);
|
set_when_empty($config['session_timeout'], 90);
|
||||||
@ -342,12 +343,12 @@ function showAndHide() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
if ($('#checkbox-double_auth_enabled').prop('checked') == true) {
|
var enbale = "<?php echo $config['double_auth_enabled']; ?>";
|
||||||
|
if (enbale == '1') {
|
||||||
$('#table1-2FA_all_users').show();
|
$('#table1-2FA_all_users').show();
|
||||||
} else {
|
} else {
|
||||||
$('#table1-2FA_all_users').hide();
|
$('#table1-2FA_all_users').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
//For change autocreate remote users
|
//For change autocreate remote users
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user