[PR #3878] [MERGED] Do not allow to reuse TOTP passcode #17118

Closed
opened 2025-11-02 12:26:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3878
Author: @lafriks
Created: 5/1/2018
Status: Merged
Merged: 5/2/2018
Merged by: @lafriks

Base: masterHead: fix/otp_reuse


📝 Commits (3)

  • a58db36 Do not allow to reuse TOTP passcode
  • 0bc5851 Merge branch 'master' into fix/otp_reuse
  • a3bc0c2 Merge branch 'master' into fix/otp_reuse

📊 Changes

4 files changed (+38 additions, -7 deletions)

View changed files

📝 models/migrations/migrations.go (+2 -0)
models/migrations/v62.go (+22 -0)
📝 models/twofactor.go (+7 -6)
📝 routers/user/auth.go (+7 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3878 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 5/1/2018 **Status:** ✅ Merged **Merged:** 5/2/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/otp_reuse` --- ### 📝 Commits (3) - [`a58db36`](https://github.com/go-gitea/gitea/commit/a58db36f38fdb3805eea3b45a786083aa8291a6d) Do not allow to reuse TOTP passcode - [`0bc5851`](https://github.com/go-gitea/gitea/commit/0bc5851321e9e4a2f993efed92baa49d89b9a4a1) Merge branch 'master' into fix/otp_reuse - [`a3bc0c2`](https://github.com/go-gitea/gitea/commit/a3bc0c2e43187ddc077ebc997e053f8b5622860b) Merge branch 'master' into fix/otp_reuse ### 📊 Changes **4 files changed** (+38 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v62.go` (+22 -0) 📝 `models/twofactor.go` (+7 -6) 📝 `routers/user/auth.go` (+7 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:26:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17118