mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Make Remmeber Me Token Configurable and default to 3
This commit is contained in:
3
db.sql
3
db.sql
@@ -1346,6 +1346,7 @@ CREATE TABLE `settings` (
|
||||
`config_login_message` text DEFAULT NULL,
|
||||
`config_login_key_required` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_login_key_secret` varchar(255) DEFAULT NULL,
|
||||
`config_login_remember_me_expire` int(11) NOT NULL DEFAULT 3,
|
||||
`config_module_enable_ticketing` tinyint(1) NOT NULL DEFAULT 1,
|
||||
`config_theme` varchar(200) DEFAULT 'blue',
|
||||
`config_telemetry` tinyint(1) DEFAULT 0,
|
||||
@@ -1881,4 +1882,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2024-04-01 16:24:03
|
||||
-- Dump completed on 2024-04-04 19:52:07
|
||||
|
||||
Reference in New Issue
Block a user