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!
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
Comment #1
vb commentedTry 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.
Comment #2
subcomandante commentedI 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...
Comment #3
subcomandante commentedI think I should explain better:
1. Drupal Registration at /user/register
When you insert vaild Username and Email the next page says:
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...
Comment #4
fizk commented