|
|
|
|
|
by 013a
2449 days ago
|
|
I ran into that "stopping from being able to delete your account" thing with regards to the SMS code to verify your account. Its definitely real, at least for some people. My suspicion, however, is that it was an unintentional bug on their end. We've all seen this before in engineering. You're using some service like Twilio. You've got a TON of people trying to cancel their account at the same time, using SMS verification. Their backend trips a rate limiter or account limit. You don't handle the error properly, and the client gets an inaccurate error. Its a story as old as time. I went through the drivers license verification just fine. Its totally possible that they're being malicious, but its just so much more likely that engineering fucked up and it was blown out of proportion. |
|