Sales Intelligence & Automation Blog

Admin Hack: Set a Password for a User | Cirrus Insight

Written by Admin | Jul 28, 2016 4:00:00 AM

This admin hack comes from Stephen Price from Zodiac Pools Systems and will teach you how to set a user’s password.

Submit your own admin hacks to be featured on our blog as well.

“There are many times that a person will ask you for their password. Of course, there isn't a way for a Salesforce Admin to see the current password for a User, but there is an alternative to sending them a Salesforce Password Reset Email.
You can manually set a password for a User to avoid going through the end user "error" of them stating that they didn't receive an email.
To do this, open the Developer Console. in the Developer Console, click on the Debug drop down and select Open Execute Anonymous Window.
Here you want to enter:
System.setPassword( '02560000001j5h1', 'Password' );
And then press Execute. You want to set the User's ID in the first part and whatever temporary password into the second part. This is a great way to get someone up and running quickly without the hassle of having people not receive a password reset email or the following issue where they don't receive their two step verification emails.”