-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revolut account should be a phone number #3728
Comments
Thanks for filing this. Some info from #general for the dev who picks this up: I did a quick audit and it looks like when creating a Revolut account, the form says phone #, but the input is not validated so it could be a phone or email. The "Trade information" screen also has logic to show email or phone number depending on how it interprets the field. Not straight forward... Relevant comment in code:
|
I think we should only allow phone numbers when an Revolut account is created to get rid of unnecessary arbitration cases. I think @beingindot is already working on this? Shall I assign you? |
yes @ripcurlx. pls assign to me. |
For issue bisq-network#3728 Till now we used to accept email or phone number Now we are accepting only phone number in input though for display we will provide backward compatibility. Added list of countries accepted from official revolut website https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported Based on the country selected, we will validate the given phone number input.
For issue bisq-network#3728 Till now we used to accept email or phone number Now we are accepting only phone number in input though for display we will provide backward compatibility. Added list of countries accepted from official revolut website https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported Based on the country selected, we will validate the given phone number input.
For issue bisq-network#3728 Till now we used to accept email or phone number Now we are accepting only phone number in input though for display we will provide backward compatibility. Added list of countries accepted from official revolut website https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported Based on the country selected, we will validate the given phone number input.
For issue bisq-network#3728 Till now we used to accept email or phone number Now we are accepting only phone number in input though for display we will provide backward compatibility. Added list of countries accepted from official revolut website https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported Based on the country selected, we will validate the given phone number input.
Description
I traded with people who had an email instead of a phone number in their revolut account.
I tested to create a new Revolut account in bisq. In the field "Phone number" I was able to put an email.
Version
1.2.3
Steps to reproduce
Account => Add a new account => Revolut => Put an email
Expected behaviour
When entering an email instead of a phone number, I should see an error message when trying to save.
Maybe limit the field to numbers, parenthesis and the + sign
Actual behaviour
Email is accepted
Device or machine
Windows 10
The text was updated successfully, but these errors were encountered: