Forums

Join
bbPress Support ForumsTroubleshootingLogin/Register bridge

Info

Login/Register bridge

  1. Hello,

    I really need to login to my bbPress forum with my seperate web application,
    but for that I need to know how the password in the database is encrypted.
    I already tried to include the functions from "functions.bb-pluggable.php" etc. but that's a mess and don't work.
    So I need wheter a API/Bridge or how the password is encrypted.

  2. Just write the code how you want bbPress to handle passwords (the way your app does) and then put it in functions.php to override the function defined in pluggable file

  3. You must log in to post.