Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,287
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
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’);