Quote:
Originally Posted by Gizmo99
Works like a charm
BUT
Instructions wrong and missing a step
In Instructions for login.php edits
Find
if ($getimporteduserid['PWD_Synced'] == '0')
Replace with
if ($checkforimportedpw['PWD_Synced'] == '0')
Now we need to add a new column to your phpbb users table
ALTER TABLE phpbb_users MODIFY PWD_Synced varchar(1) COLLATE utf8_bin NOT NULL DEFAULT '0'
Remember it won't work for Admin accounts just change them to none admin get them to loggin THEN make them admin !
Sorted !!
Giz
|
I've done as the instructions in the zip have said, and also made your change.
Yet I still can't log in (non admin account). Not sure what else to do?