mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 09:35:50 +03:00
[PR #145] [MERGED] Added support using Puzzel as 2FA via SMS. #240
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#240
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?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/145
Author: @kimsyversen
Created: 11/12/2018
Status: ✅ Merged
Merged: 11/13/2018
Merged by: @ChristophWurst
Base:
master← Head:puzzelsms📝 Commits (3)
745f091Added support for PuzzelSMSdb68a94Added docs for puzzelsms3b2d42fFixed typo📊 Changes
5 files changed (+214 additions, -3 deletions)
View changed files
📝
doc/Admin Documentation.md(+12 -0)📝
lib/Command/Configure.php(+27 -2)📝
lib/Service/Gateway/SMS/Provider/ProviderFactory.php(+3 -1)➕
lib/Service/Gateway/SMS/Provider/PuzzelSMS.php(+82 -0)➕
lib/Service/Gateway/SMS/Provider/PuzzelSMSConfig.php(+90 -0)📄 Description
Hi, I've added support using Puzzel as 2FA via SMS.
Please review and let me know if there is anything that must be changed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.