I had the same problem, and in my case, the answer was as simple as removing the angle brackets "<"and ">" around <password>
. I had been trying: my_login_id:<my_password>
, when it should have been my_login_id:my_password
.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)