04-10-2018, 02:49 AM
Ok, so I figured while I waited for a reply I would just hack my way in. So I tried a couple old tricks, neither worked. First thought I'd just modify the password with my own using phpymadmin's md5 function. But I searched the code and found you aren't md5ing the pass, it's bcrypt so that's a no go.
Then i figured i'd just comment out the login portion that encrypts the pass, create a new user, then give myself admin privs in the db.
Well, turns out the signup page does not work. If you attempt to create a new user you simply get a notice saying:
There was an error with your form. Please go back and try again. Please note that submitting the form by refreshing the page will cause an error.
If this continues to happen, please contact the administrator.
which is the same exact notice you get when trying to login using "admin" and "password".
BTW, when attempting to login you also get the notice:
Notice: Undefined property: stdClass::$registration in C:\xampp\htdocs\test.local\users\helpers\menus.php on line 64
missed it the first time cause it's very lightly colored and camouflaged against the background.
FWIW I'd say the 4.3 release is broke.
Then i figured i'd just comment out the login portion that encrypts the pass, create a new user, then give myself admin privs in the db.
Well, turns out the signup page does not work. If you attempt to create a new user you simply get a notice saying:
There was an error with your form. Please go back and try again. Please note that submitting the form by refreshing the page will cause an error.
If this continues to happen, please contact the administrator.
which is the same exact notice you get when trying to login using "admin" and "password".
BTW, when attempting to login you also get the notice:
Notice: Undefined property: stdClass::$registration in C:\xampp\htdocs\test.local\users\helpers\menus.php on line 64
missed it the first time cause it's very lightly colored and camouflaged against the background.
FWIW I'd say the 4.3 release is broke.