mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #21] How to configure this app and enable 2FA #8
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#8
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 @kimsyversen on GitHub (May 8, 2017).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/21
Hi,
I'm not sure how to use this app. I don't really need UI, but I need a way to force 2FA. With other 2FA-methods, users are able to disable 2FA and that is not a good thing in certain situations. SMS can also be questioned, but in my situation this is acceptable.
I have a theory that it would work to install this app and use the occ utility to add/configure users, and force 2FA. By doing that, even on first time login, users would need to use 2FA via SMS. Also, they cannot deactivate it.
Is anyone able to confirm this?
@ChristophWurst commented on GitHub (May 8, 2017):
This provider is active as soon as a phone number has been set. See https://github.com/nextcloud/twofactor_sms/blob/master/lib/Provider/SmsProvider.php#L150
Confirmed. But feel free to just try it out 😉
@ChristophWurst commented on GitHub (May 8, 2017):
Depending on the gateway you want to use, you have to use one of the two available providers or implement your own. See https://github.com/nextcloud/twofactor_sms#supported-sms-services
@kimsyversen commented on GitHub (May 8, 2017):
Thanks! I'll probably implement a norwegian Provider, then open a PR :)
@ChristophWurst commented on GitHub (May 8, 2017):
Awesome! Looking forward to reviewing it! :-)