Use the following code in the Developer Console to reset a user password without knowing the current password.
System.setPassword ([SELECT Id FROM User WHERE username=’ ‘].id, ‘ ‘);
Use the following code in the Developer Console to reset a user password without knowing the current password.
System.setPassword ([SELECT Id FROM User WHERE username=’ ‘].id, ‘ ‘);