• I need build a restful api program base on the wordpress’s database.Now I need authenticate the user.I know wordpress uses the phpass. But I found the wordpress isn’t just phpass.It will be combine some other value like auth_key.
    I need compare the password with the user_pass.
    So,I want to know how to combine the user_pass by my program,or who can tell me the flow that how to combine the user_pass?

  • The topic ‘About the password and hash authenticate’ is closed to new replies.