[PR #145] [MERGED] Added support using Puzzel as 2FA via SMS. #240

Closed
opened 2026-02-26 05:34:06 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: puzzelsms


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/145 **Author:** [@kimsyversen](https://github.com/kimsyversen) **Created:** 11/12/2018 **Status:** ✅ Merged **Merged:** 11/13/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `puzzelsms` --- ### 📝 Commits (3) - [`745f091`](https://github.com/nextcloud/twofactor_gateway/commit/745f09108e220eebb3b2acf55eb8e227fff62c8f) Added support for PuzzelSMS - [`db68a94`](https://github.com/nextcloud/twofactor_gateway/commit/db68a9414160331d756afdf84543efc6e5efd577) Added docs for puzzelsms - [`3b2d42f`](https://github.com/nextcloud/twofactor_gateway/commit/3b2d42f08731205aaad23546500f27343b21fcbc) Fixed typo ### 📊 Changes **5 files changed** (+214 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#240
No description provided.