nextcloud / twofactor_gateway

🔑 Second factor provider using an external messaging gateway (SMS, Telegram, Signal)
GNU Affero General Public License v3.0
109 stars 63 forks source link

The provider does not support this operation #350

Open pilotxxxx opened 4 years ago

pilotxxxx commented 4 years ago
root@nextc-76494396:/# sudo -u www-data /var/www/html/occ twofactorauth:state Administrator
Two-factor authentication is enabled for user Administrator

Enabled providers:
- backup_codes
- gateway_telegram
Disabled providers:
- gateway_signal
- gateway_sms
- totp
- twofactor_nextcloud_notification

root@nextc-76494396:/# sudo -u www-data /var/www/html/occ twofactorauth:disable Aministrator gateway_telegram
The provider does not support this operation.

This is bug or real not implemented function at this time?

ChristophWurst commented 4 years ago

not implemented function at this time?

This

pilotxxxx commented 4 years ago

I'm a little upset. I planned use Telegram in production. Is implementation planned in the near future?

Thx.

ChristophWurst commented 4 years ago

This is a community app. It will be implemented when someone invests the time to write the code.