Quote:
Originally posted by mashby
1 What do I do with the password field? Can I assign a generic password, if so how?
2 Also, what about lastvisit, lastactivity, and lastpost fields. Can they be blank?
3 Lastly, once imported, the users are ready to access their accounts correct? In other words, there's no e-mail verification stage right?
|
1 if your pws are already encrypted with md5, you can just copy it to the online db, if not you have to encrypt them

you can also assign a generic pw, e.g. if the pw should be the username:
[sql]UPDATE user SET password=MD5(username)[/sql]
2 Yes, then standart time will be inserted
3 if you set them to usergroup 2 no verification is required anymore.