mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 13:01:09 +00:00
Added simple TOTP Two Factor Authentication
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE user
|
||||
ADD twofa_secret VARCHAR(64);
|
||||
|
||||
ALTER TABLE user
|
||||
ADD twofa_status BOOLEAN default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user