Start OAuth required endpoints
Docker Build and Release Upload / build (push) Failing after 3m41s

This commit is contained in:
2025-07-24 17:37:16 -07:00
parent 9f442eaab6
commit 834fcbbbcd
6 changed files with 107 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ CREATE TABLE IF NOT EXISTS `Account` (
`Email` varchar(255) NOT NULL,
`EmailVerified` boolean DEFAULT 0,
`PasswordHash` char(60) DEFAULT NULL,
`LoginToken` binary(16) DEFAULT NULL,
`FailedPasswordLock` boolean DEFAULT 0,
`PasswordAttempts` int(11) DEFAULT NULL,
`CurrentPasswordAttempts` int(11) DEFAULT NULL,