mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2585] [CLOSED] MFA (webauthn, email otp, totp) #2620
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2620
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2585
Author: @Spitfireap
Created: 8/18/2022
Status: ❌ Closed
Base:
master← Head:mfa📝 Commits (6)
5a42e52test3d87c06MFA working90403eaedited setting.py7a100b0cleaning08de978Fixed some bugs, deactivated U2F (depreciated for FIDO2)0be2eb0Disable MFA if not installed📊 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.