03-23-2018, 02:30 PM
Run this query:
That should update the password to "password" (no quotes).
Code:
UPDATE users SET password='$2y$12$1v06jm2KMOXuuo3qP7erTuTIJFOnzhpds1Moa8BadnUUeX0RV3ex.'
That should update the password to "password" (no quotes).