Database Conversion
Posted: Thu Feb 05, 2009 8:42 pm
Hi
As I may have mentioned elsewhere, I'm trying to convert an Access database to a schema that can be inserted to a modphobb3 user database table via phpMyAdmin.
I've created a test site, created a couple of users and taken a backup of the database to see how the data is stored so how I can replicate it. I looked at the table fields, and I think that I can export the Access database in a way that will be understood for a data insertion. However, there is one snag. That is the passwords.
I created a couple of test users, and gave them both the same password "changeme" The "hash" in the database for this is different for each user.
I know what the current passwords are from the database, but I don't have a way to convert them to phpBB3 "hash".
I can't just leave the field blank, so what would be the consequences of giving everyone the same hash value for "changeme"? Could everyone (2000+ users when the system goes live) enter "changeme" and get in? If not, if they press the "lost password" button will they be sent anything that will make sense?
Thanks in advance.
Martin
As I may have mentioned elsewhere, I'm trying to convert an Access database to a schema that can be inserted to a modphobb3 user database table via phpMyAdmin.
I've created a test site, created a couple of users and taken a backup of the database to see how the data is stored so how I can replicate it. I looked at the table fields, and I think that I can export the Access database in a way that will be understood for a data insertion. However, there is one snag. That is the passwords.
I created a couple of test users, and gave them both the same password "changeme" The "hash" in the database for this is different for each user.
I know what the current passwords are from the database, but I don't have a way to convert them to phpBB3 "hash".
I can't just leave the field blank, so what would be the consequences of giving everyone the same hash value for "changeme"? Could everyone (2000+ users when the system goes live) enter "changeme" and get in? If not, if they press the "lost password" button will they be sent anything that will make sense?
Thanks in advance.
Martin