• Irina Wittmann 7
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a user that cannot get into our org because he forgot his answer to his security question.  I researched online and see I can use the developer console and set my own password for him to can access and then he can change his security question/answer.  I am not too familar with the developer console or APEX code.  I am trying to use the below, but get an error "Unknown error parsing query"

SELECT System.setPassword (userID='005G00000085EnF','NEWPASSWORD')

Can anyone identify what I have wrong?  Thanks