Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,497
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
Ok, I’ve implemented a quick / dirty fix:
In bbpress/bp-admin/install.php, change line 196 from:
$bb_install->input_text(‘user_bbdb_password’, ‘password’);
to
$bb_install->input_text(‘user_bbdb_password’);