|
|
|
|
|
by jaggederest
4648 days ago
|
|
> but when I click the link in the email it pulls up a page that says "We could find any account with the information you provided" - yes, with the information I provided from their own link. Have done that three times. Frequently when I see that sort of thing it's because they're escaping/stripping characters out - often using myemail+tag@gmail.com will result in myemailtag@gmail.com or myemail%2btag@gmail.com and the resulting lookup will fail if it isn't de-escaped correctly. |
|