Setting a Salesforce User Password via Developer Console (Apex)
If you would like to quickly set a temporary password for a user, you can do so in the Developer Console.
Get the user via a query (you can use a more specific WHERE clause; in my case, I am just querying based on the user’s name)
SELECT Id FROM Us...
argenturatbek.com1 min read