mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 09:35:50 +03:00
[GH-ISSUE #31] Use Nextcloud-stored phone? #11
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#11
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 @mario on GitHub (Feb 12, 2018).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/31
github.com/nextcloud/twofactor_sms@46d047082f/lib/Provider/SmsProvider.php (L102)Could we instead of doing this use phone that user enters in their Profile? Would make it so much easier.
@ChristophWurst commented on GitHub (Feb 12, 2018):
It totally would, yes.
@mario commented on GitHub (Feb 12, 2018):
Let's do that :D Do we need to force the field in Nextcloud to use proper format first though?
@ChristophWurst commented on GitHub (Feb 12, 2018):
Yes, that's the pain point. You don't reliably know whether a phone number is set and the UI also does not mention the number being used for 2FA.
@ChristophWurst commented on GitHub (Feb 12, 2018):
Oh, I think I misread your comment. But yes, we do have to make sure the format suits the messaging back-end. And we have to communicate that the number is used for 2FA as well.
@ChristophWurst commented on GitHub (Apr 30, 2018):
-> https://github.com/ChristophWurst/twofactor_sms/pull/45