[PR #2585] [CLOSED] MFA (webauthn, email otp, totp) #2620

Closed
opened 2026-02-27 12:11:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2585
Author: @Spitfireap
Created: 8/18/2022
Status: Closed

Base: masterHead: mfa


📝 Commits (6)

📊 Changes

10 files changed (+182 additions, -9 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 modoboa/core/commands/templates/settings.py.tpl (+26 -1)
📝 modoboa/core/templatetags/core_tags.py (+20 -6)
📝 modoboa/core/views/auth.py (+30 -1)
modoboa/templates/base.html (+18 -0)
modoboa/templates/mfa_auth_base.html (+44 -0)
modoboa/templates/mfa_email_token_template.html (+12 -0)
📝 modoboa/urls.py (+6 -0)
📝 requirements.txt (+1 -0)
📝 test_project/test_project/settings.py (+24 -1)

📄 Description

In progress.


🔄 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/modoboa/modoboa/pull/2585 **Author:** [@Spitfireap](https://github.com/Spitfireap) **Created:** 8/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mfa` --- ### 📝 Commits (6) - [`5a42e52`](https://github.com/modoboa/modoboa/commit/5a42e52654e0e6c702a76e2eed41eff969405de9) test - [`3d87c06`](https://github.com/modoboa/modoboa/commit/3d87c0659d087a376d4920f9695cffc5edf22120) MFA working - [`90403ea`](https://github.com/modoboa/modoboa/commit/90403ea9927802830c4a12fe1d6da6f82872baf8) edited setting.py - [`7a100b0`](https://github.com/modoboa/modoboa/commit/7a100b00e99df6be35b4a40695fd84b36fc5a755) cleaning - [`08de978`](https://github.com/modoboa/modoboa/commit/08de978a9532aa300a26e0d03310221c041aa877) Fixed some bugs, deactivated U2F (depreciated for FIDO2) - [`0be2eb0`](https://github.com/modoboa/modoboa/commit/0be2eb027f2672015fb0f4934a122495d4a390fe) Disable MFA if not installed ### 📊 Changes **10 files changed** (+182 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `modoboa/core/commands/templates/settings.py.tpl` (+26 -1) 📝 `modoboa/core/templatetags/core_tags.py` (+20 -6) 📝 `modoboa/core/views/auth.py` (+30 -1) ➕ `modoboa/templates/base.html` (+18 -0) ➕ `modoboa/templates/mfa_auth_base.html` (+44 -0) ➕ `modoboa/templates/mfa_email_token_template.html` (+12 -0) 📝 `modoboa/urls.py` (+6 -0) 📝 `requirements.txt` (+1 -0) 📝 `test_project/test_project/settings.py` (+24 -1) </details> ### 📄 Description In progress. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2620
No description provided.