mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #47] 2factor auth #46
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#46
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?
Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/47
ThomasWaldmann wrote:
later add 2factor auth, TOTP, QR-Code rendering.
@ThomasWaldmann commented on GitHub (Jan 26, 2014):
note: before any local 2factor auth is implemented, you could already use the 2factor auth of some social auth (like google auth with 2FA) that we already offer.
@elnappo commented on GitHub (Oct 29, 2014):
https://github.com/Bouke/django-two-factor-auth
@ThomasWaldmann commented on GitHub (Oct 29, 2014):
Looks nice. :)
@elnappo commented on GitHub (Oct 30, 2014):
we might combine it with https://github.com/Bouke/django-user-sessions ?
@ThomasWaldmann commented on GitHub (Oct 30, 2014):
maybe. for each extension we add, we always have to consider how well it is maintained (now and in future), because as we have already seen with "registration", things get awful if a new django comes out and the extensions suddenly and unexpectedly fails.
@stevleibelt commented on GitHub (Mar 29, 2023):
Hey there,
How is the status of this issue? Is there anything that prevents us/you from implementing this feature?
Best regards,
Stev
@ThomasWaldmann commented on GitHub (Mar 29, 2023):
No, but updating the code to recent django (see PRs) and keeping out scammmers / letting in legitimate users has higher prio right now.