Case:
User is registered with phpBB (not yet with Drupal), Drupal is set as Master registration system.
User wants to request a new password (through /user/password).

Currently, this doesn't work. The user is not found, and no new password is being e-mailed.

What would be the proper approach to fix this?

My current plan of attack:
- alter into user_pass form
- check for user in drupal
- check for user in phpbb
- sync user from phpbb to drupal
- let user_pass do its thing

Does this make sense, am I missing something?

Comments

thijsvdanker’s picture

Ok, I'm getting a little tangled up in the VBridge classes.. could really use some pointers/guidance or help :)