Not able to login to Wordpress using password
Posted: Sat May 16, 2020 11:59 am
Hello, I really appreciate the help getting up and running!! I know I am close.
I have the two systems connected and following is the MariaDB output fro the use "jambo":
phpBB3:
MariaDB [bbtest]> select user_id, username, username_clean, user_password from bbtest.phpbb_users where username like 'jambo';
+---------+----------+----------------+--------------------------------------------------------------+
| user_id | username | username_clean | user_password |
+---------+----------+----------------+--------------------------------------------------------------+
| 11515 | jambo | jambo | $2y$10$lDKiM1tnZq4sL04nEyCSJu/mkHJMV8y6D/mPC1nTaVAtLDEU6oc.5G |
+---------+----------+----------------+--------------------------------------------------------------+
Wordpress DB:
MariaDB [bbtest]> select ID, user_login, user_pass from wptest.wptest_users where user_login like 'jambo';
+------+------------+--------------------------------------------------------------+
| ID | user_login | user_pass |
+------+------------+--------------------------------------------------------------+
| 5378 | jambo | $2y$10$lDKiM1tnZq4sL04nEyCSJu/mkHJMV8y6D/mPC1nTaVAtLDEU6oc.5G |
+------+------------+--------------------------------------------------------------+
As you can see, the passwords are the same, but I cannot log in to the wordpress side, only the phpBB side?
Could this be a utf8 mismatch? I did need to upgrade my usernames in phpBB3 to utf8 for MariaDB.
Thanks!!!
James
I have the two systems connected and following is the MariaDB output fro the use "jambo":
phpBB3:
MariaDB [bbtest]> select user_id, username, username_clean, user_password from bbtest.phpbb_users where username like 'jambo';
+---------+----------+----------------+--------------------------------------------------------------+
| user_id | username | username_clean | user_password |
+---------+----------+----------------+--------------------------------------------------------------+
| 11515 | jambo | jambo | $2y$10$lDKiM1tnZq4sL04nEyCSJu/mkHJMV8y6D/mPC1nTaVAtLDEU6oc.5G |
+---------+----------+----------------+--------------------------------------------------------------+
Wordpress DB:
MariaDB [bbtest]> select ID, user_login, user_pass from wptest.wptest_users where user_login like 'jambo';
+------+------------+--------------------------------------------------------------+
| ID | user_login | user_pass |
+------+------------+--------------------------------------------------------------+
| 5378 | jambo | $2y$10$lDKiM1tnZq4sL04nEyCSJu/mkHJMV8y6D/mPC1nTaVAtLDEU6oc.5G |
+------+------------+--------------------------------------------------------------+
As you can see, the passwords are the same, but I cannot log in to the wordpress side, only the phpBB side?
Could this be a utf8 mismatch? I did need to upgrade my usernames in phpBB3 to utf8 for MariaDB.
Thanks!!!
James