You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been testing out has_phone in some of our flows and noticed that it's quite liberal in what passes for a phone number. In the code it seems that it's just parsing and formatting the given number and not actually calling is_possible_number and is_valid_number on it. This means that people can basically input anything with 2 or more digits and it will "validate" as a phone number.
The text was updated successfully, but these errors were encountered:
We've been testing out
has_phone
in some of our flows and noticed that it's quite liberal in what passes for a phone number. In the code it seems that it's just parsing and formatting the given number and not actually callingis_possible_number
andis_valid_number
on it. This means that people can basically input anything with 2 or more digits and it will "validate" as a phone number.The text was updated successfully, but these errors were encountered: