Remove "Remember me for 7 days" checkbox. Each user gets their own independent session. By default, the session will expire after 5 minutes of no web interface being open (otherwise, it is continuously prolonged because of all the background API activity while refreshing the statistics). This timeout, however, can be set freely in pihole.toml and soon also in the web interface so this checkbox has stoped being useful.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-02-03 18:07:11 +01:00
parent ccced4c1a8
commit d7eada8156
6 changed files with 3 additions and 438 deletions
@@ -8,12 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
require 'scripts/pi-hole/php/auth.php';
require_once 'scripts/pi-hole/php/func.php';
require 'scripts/pi-hole/php/theme.php';
check_cors();
require 'header.php';
?>
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/datatables.min.css'); ?>">