Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Import from 2.0 / User

Quote Reply
Import from 2.0 / User
I made an import from 2.0 and it worked fine,
but there is something curios about the user.

In the old database was just contact_name and contact_email, user did not have passwords.

After importing data, some use had passwords,
something like that: "-E'c=9v}y`-(3wICfX_nO"W)
some user (50%) did not have a password.

Did the script set this passwords while importing?

Michael


Quote Reply
Re: Import from 2.0 / User In reply to
The best thing to do is IMPORT the users WITHOUT passwords...then run the following SQL statement via the SQL Monitor feature:

Code:

UPDATE Users SET Password = 'generic' WHERE Password = null


Regards,

Eliot Lee
Quote Reply
Re: Import from 2.0 / User In reply to
If none of your users had real passwords, you can just do:


UPDATE Users SET Password = ''

Which will set all the passwords to the empty string.

PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum