When I create a new user from drupal it gets synced with phpBB3, but when I register a new user in the forum it get not synced until first login occur.

Dunno if u planned to do it this way but it not seems really coherent.

Tnx!

Comments

vb’s picture

Try to Enable phpBBforum: Hidden authentication block.
with this it get not synced until first click on drupal page.
It works in all modes.
For embedded mode I am already able to do internal login to drupal but this is not developed yet.

subcomandante’s picture

I already have hidden auth enabled, but it doesn't sync even if I navigate drupal pages different times (reload pages etc..) it works only when I login first time...

subcomandante’s picture

I think I should explain better:

1. Drupal Registration at /user/register
When you insert vaild Username and Email the next page says:

    * User account: [USERNAME] created in phpBB.
    * Your password and further instructions have been sent to your e-mail address.

and even before first user login I can see it in Drupal users list and phpBB forum users. (I expected this as it is)

instead:

2. phpBB Registration at /phpbbforum/ucp.php?mode=register
When you insert valid credentials (username, password, etc..) the user is created in phpBB forum but not in Drupal until user first login occour.

This way, if I use phpBB registration method you cannot see users registered by phpBB registration method but never logged in, in Drupal users list...

fizk’s picture

Status: Active » Closed (fixed)