Posted by waynedrupal on September 17, 2011 at 5:06pm
3 followers
| Project: | phpBB Forum Integration |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | ToDo |
Issue Summary
We have everything working well on our Drupal 6.x site and phpbb 3.0.9.
But if a user changes their username in Drupal, this does not get updated in the phpbb database, which is seperate from Drupal's db.
However, the user ID1 (super admin) can make a username change and this does update in the phpbb database. It would seem that this is defined in the module code.
Our settings are:
Drupal set as Master, users can change their own username, and in phpbb, users can change their own username.
Any solutions to the module to ensure users can change their username in Drupal and this gets updated in the phpbb database?
We are desperate to get this resolved :)
Thank you in advance.
Comments
#1
I was able to reproduce this error too.
#2
This patch works for me.
Make sure to set enable "Allow username changes" under General >> Board configuration >> User registration settings in phpBB3.
#3
#4
Had been debugging all morning, just to come to the same patch :)
Works for me!
#5
Committed! Thanks.
http://drupalcode.org/project/phpbbforum.git/commit/61b4730449cdb2f3fadd...