We did some importing from phpBB2 and we had issues so we deleted all the imports and started over. Apparently some of the previously imported users didnt get deleted, and we ended up with 315 users with ""imported_userName" in addition to their "userName".
The passwords on the "userName" accounts do not work / the accounts cannot log in.
the "imported_userName" accounts do work, but we would rather not have the "imported_" infront of their username.
Is there a way to batch process these users, deleting/merging them with their original user (the one without the imported_) ?
if we have to go through and do it by hand, it will be a giant pain, but still "do-able" if necessary.
Any advice would be greatly appreciated.
We were also trying to think of a way that it could be done in phpmyadmin if its not possible to do it directly from the admincp console but it all sounded too complicated for my minimal knowledge of performing mysql queries and modifications
The passwords on the "userName" accounts do not work / the accounts cannot log in.
the "imported_userName" accounts do work, but we would rather not have the "imported_" infront of their username.
Is there a way to batch process these users, deleting/merging them with their original user (the one without the imported_) ?
if we have to go through and do it by hand, it will be a giant pain, but still "do-able" if necessary.
Any advice would be greatly appreciated.
We were also trying to think of a way that it could be done in phpmyadmin if its not possible to do it directly from the admincp console but it all sounded too complicated for my minimal knowledge of performing mysql queries and modifications
Comment