You need to sign in to do that
Don't have an account?
Karthik TathiReddy
How to reset passwords for single sign on users in salesforce?
Hi,
I enabled delegated authentication for my salesforce organisation, now its saying single sign on is invalid for your organisation.
Contact your administrator. When I request to reset my password the url in my mail is showing that can not reset password
for single sign on users.
How could I reset password for my organisation.? Please help me out from this problem?
Disable your SSO first to let password login take effect.
Before this, check what is wrong with your SSO.
Make sure your SSO server is working alright.
From another admin's login, type this command in Developer Console.
System.setPassword(Id, 'YourPassword');
where Id is the id of the user for whom you want to reset password.
Your Password will be ur new password. (In quotes)