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
Mobile numbers in Singapore start with either 8 or 9. While numbers starting with 6 are rejected, oddly enough numbers starting with 1,2,3,4,5,7 are accepted. Don't remember this being there previously. Better to patch this quickly as this means validation isn't really working.
The text was updated successfully, but these errors were encountered:
Remember the bug where mobile field validation was too strong and legit numbers are being rejected? Mobile field validation was then loosened again to only validate against the length....
I guess I can add validation to only accept numbers starting with 8/9s :(
Mobile numbers in Singapore start with either 8 or 9. While numbers starting with 6 are rejected, oddly enough numbers starting with 1,2,3,4,5,7 are accepted. Don't remember this being there previously. Better to patch this quickly as this means validation isn't really working.
The text was updated successfully, but these errors were encountered: