public override bool ChangePasswordQuestionAndAnswer( string username, string password, string newPasswordQuestion, string newPasswordAnswer )
Parameters
- username
- The user to change the password question and answer for.
- password
- The password for the specified user.
- newPasswordQuestion
- The new password question for the specified user.
- newPasswordAnswer
- The new password answer for the specified user.
Return Value
true if the password question and answer are updated successfully; otherwise, false.