mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #289] Make it possible to set up a provider at login #67
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#67
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 @anatomism on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/289
With recently released NC17, one feature I like and use is the Enforce 2FA - the new feature is whereby a new user logs in for the first time and they get the option to setup 2FA (rather than just locking them out as it used to).
The issue is, the TwoFactor Gateway isn't one of the options - I have the gateway configured with SMS (all working), as well as TOTP. Only the TOTP option is given for a new user.
I'd like for the SMS to become primary eventually, but cannot if a new user cannot set it up
Thanks
@ChristophWurst commented on GitHub (Oct 29, 2019):
Yeah, this should be possible. It just needs someone to implement it :)
Ref https://github.com/nextcloud/twofactor_u2f/pull/507 https://github.com/nextcloud/twofactor_totp/pull/550 for the other implementations.