Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Help! User password is missing.

Quote Reply
Help! User password is missing.
I upgraded from links2 to linksql2 and i thought everyone got a password but everyone has blank passwords.

How can i fix this problem? I have nearly 7500 users and can't do it manually Frown

Quote Reply
Re: [romulus] Help! User password is missing. In reply to
Use the following SQL Statement in the SQL Monitor (after selecting the Users table):

Quote:

UPDATE Users
SET Password = RAND(Password)


This will assign an unique password to all your users. They will have to "look-up" their password by using the Password Lookup script...then they can modify their user account to edit their password.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Chewbaca] Help! User password is missing. In reply to
Thanks! Sly
Quote Reply
Re: [romulus] Help! User password is missing. In reply to
You're welcome.
========================================
Buh Bye!

Cheers,
Me