mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-19 10:36:26 +00:00
CI stack for Authentik with ldap
This commit is contained in:
@ -125,14 +125,12 @@ INSERT INTO `user` (
|
||||
`created_at`,
|
||||
`updated_at`,
|
||||
`name`,
|
||||
`nickname`,
|
||||
`email`,
|
||||
`is_system`
|
||||
) VALUES (
|
||||
ROUND(UNIX_TIMESTAMP(CURTIME(4)) * 1000),
|
||||
ROUND(UNIX_TIMESTAMP(CURTIME(4)) * 1000),
|
||||
"System",
|
||||
"System",
|
||||
"system@localhost",
|
||||
TRUE
|
||||
);
|
||||
|
Reference in New Issue
Block a user