function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
guanhua liguanhua li 

keep getting error : INVALID_LOGIN: Invalid username, password, security token; or user locked out

my customer is keep getting the invalid login error .

even after we reset password and security token for them , the error still keep coming . 

is there any reason for this ? your help is much appreciated . 

===========================
INVALID_LOGIN:
Invalid username, password, security token; or user locked out.

The response status=500 of request which url=https://login.salesforce.com/services/Soap/u/42.0/ and method=POST. Retry after 4 seconds.
The response status=500 of request which url=https://test.salesforce.com/services/Soap/u/39.0/ and method=POST. Retry after 4 seconds.
=======================

=================
INVALID_LOGIN:Invalidusername, password, securitytoken; oruserlockedout.


Theresponsestatus=500forrequestwhichurl=https://test.salesforce.com/services/Soap/u/39.0/andmethod=POST.
=======================
VinayVinay (Salesforce Developers) 
Hi,

This occurs when your Salesforce login credentials are incorrect.  Try to login from UI using same credentials.

Thanks,
Abhishek BansalAbhishek Bansal
Make sure you are using the the right URL to login:

For Sandboxes we use: test.salesforce.com
For Production we use: login.salesforce.com

Let me know if this helped.