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
Karthik TathiReddyKarthik 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?

Sridhar BonagiriSridhar Bonagiri

Hi,

 

I think you need to open case with SFDC to reset your password or unlock your user.

 

Regards,

Sridhar Bonagiri

Jia HuJia Hu
Password reset is invalid for SSO-enabled organization.
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.
rohitrrohitr

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)