mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
TOTP, additional database entries for fresh install
This commit is contained in:
parent
5ad57e2fc8
commit
7e2155f586
@ -17873,6 +17873,15 @@ INSERT INTO `hook_register` (`hook_action`, `function`, `aktiv`, `position`, `ho
|
|||||||
;
|
;
|
||||||
/* OpenXE 2024-02-03 für belegvorlagen */
|
/* OpenXE 2024-02-03 für belegvorlagen */
|
||||||
|
|
||||||
|
/* OpenXE 2024-08-11 für TOTP */
|
||||||
|
INSERT INTO `hook`(`name`, `aktiv`, `parametercount`, `alias`, `description`) VALUES
|
||||||
|
('login_password_check_otp', 1, 3, '', '');
|
||||||
|
|
||||||
|
INSERT INTO `hook_register`(
|
||||||
|
`hook_action`, `function`, `aktiv`, `position`, `hook`, `module`, `module_parameter`) VALUES
|
||||||
|
( 0, 'TOTPCheckLogin', 1, 1, (SELECT id FROM hook WHERE NAME = 'login_password_check_otp' LIMIT 1), 'totp', 0);
|
||||||
|
/* OpenXE 2024-08-11 für TOTP */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
BelegPositionenButtons
|
BelegPositionenButtons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user