mirror of
https://github.com/go-gitea/gitea
synced 2025-08-21 08:58:27 +00:00
Do not allow to reuse TOTP passcode (#3878)
This commit is contained in:
@@ -176,6 +176,8 @@ var migrations = []Migration{
|
||||
NewMigration("add is_fsck_enabled column for repos", addFsckEnabledToRepo),
|
||||
// v61 -> v62
|
||||
NewMigration("add size column for attachments", addSizeToAttachment),
|
||||
// v62 -> v63
|
||||
NewMigration("add last used passcode column for TOTP", addLastUsedPasscodeTOTP),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user