Info
- 3 posts
- 2 voices
- Started 1 year ago by radiothomas
- Latest reply from radiothomas
- This topic is not resolved
advice for external auth
-
- Posted 1 year ago #
I have a WP/bbPress install that uses a custom WP plugin based on http://wordpress.org/extend/plugins/external-database-authentication/ to auth against our external account system.
This works perfectly well for WP, where the plugin will trigger on WP login. However, I don't want my bbPress users to have to log into WP first in order to access the forums. Ideally, bbPress could use the same plugin (or follow the same logic) to externally auth and create the shared WP account if needed.
Is there a quick way to repurpose or simply invoke the WP plugin from bbPress? If not, can I hook the bbpress login in the same way as wp (in a "bb_authenticate" action)?
-
- Posted 1 year ago #
Just redirect the users to register for WordPress instead of bbPress. If integration is done properly, when the user logs in to WordPress, they will be loggged in to bbPress.
http://bbpress.org/forums/topic/wordpress-bbpress-register-plusgtgtgtgt
http://bbpress.org/forums/topic/how-to-redirect-all-registration-to-wordpress#post-19596There were a couple other topics as well, but basically make all your register and login links point to WordPress, and remove those functions from bbPress files.
-
- Posted 1 year ago #
Thanks very much, I'll give this a shot.
-
You must log in to post.