mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #414] PlaySMS configuration is not working #88
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#88
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 @EasyNetDev on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/414
Hi,
I've tried this app for NextCloud 20.0.5, but after selecting playsms as SMS provider and adding URL, user and pass I go an error:
Also for PlaySMS I know that is necessary a hash to access the platform.
@ChristophWurst commented on GitHub (Jan 19, 2021):
The
Configurecommand has to return anintfrom all paths.@EasyNetDev commented on GitHub (Jan 19, 2021):
Hi,
Checking the code I'm noticing this:
This function is extremely simple function and it doesn't return anything.
@ChristophWurst commented on GitHub (Jan 27, 2021):
Here you go. This is documented behavior in Symfony 4.4 if you don't trust me.