mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 09:35:50 +03:00
[GH-ISSUE #434] Add Telegram as a 2FA option at first user login #94
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#94
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 @jofrep on GitHub (Mar 24, 2021).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/434
When 2FA is enforced there is no option for the user to activate the Telegram 2FA at first login.
Other 2FA options like HOTP or Yubikey can be setup by the user during the first login.
Would be good to allow users to add their Telegram User ID
@ChristophWurst commented on GitHub (Mar 25, 2021):
dup of https://github.com/nextcloud/twofactor_gateway/issues/239
please always search existing tickets before creating new feature requests
@jofrep commented on GitHub (Mar 25, 2021):
Apologies but although #239 is Open, the functionality is already implemented today but not for Telegram. Shall I open a bug rather than a request for enhancement? Or this is about Telegram although I could find a reference tp it? I don't want to waste your time but to ensure this is properly reported. Thanks
@ChristophWurst commented on GitHub (Mar 25, 2021):
comment it here. I think all the providers lack this support
@jofrep commented on GitHub (Mar 25, 2021):
No, users can autoprovision TOTP at first login (Two-Factor TOTP Provider 5.0.0.) with 20.0.8. I'm confident Yubikey too but would need to test is again once I upgrade PHP
@ChristophWurst commented on GitHub (Mar 25, 2021):
I see. #239 is what you are looking for.
you can trust me, I wrote most of these apps the logic behind them :)
@jofrep commented on GitHub (Mar 25, 2021):
I don't doubt it but I'm sure that yesterday I tested how a user could configure the 2FA for TOTP at first login in an instance where 2FA is mandatory. Yubikey was also offered and I did half of the enrolment too (I did not fully test this case). The only 2FA provider that was not offered at first login was the Telegram. SMS/Signal are not configured, only TOTP, Yubikeys and Telegram.