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
|