Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phoneVerificationMasterCode in settings not working for Meteor accounts-phone #40

Open
vv001 opened this issue Apr 23, 2018 · 0 comments

Comments

@vv001
Copy link

vv001 commented Apr 23, 2018

Hello,

We are currently using users phone number and an SMS with verification code as the method of login within our app.

For a few phone numbers we have setup a ‘phoneVerificationMasterCode’, so that those users are always able to login, even if they have not received an SMS. We do this by providing the following in the settings.json

"accounts-phone": {
"verificationWaitTime": 0,
"verificationRetriesWaitTime": 0,
"adminPhoneNumbers": [“+##########”, "+##########","+##########","+##########","+##########"],
"phoneVerificationMasterCode": "1111”
}

As SMS service we are using Plivo. However it seems that the above configuration is not working. With any of the numbers that are registered there, they are not able to user the verification code (1111) as provided in the settings.

Has anyone experience this? Or is aware of what might be the issue?
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant