Quote:
Originally Posted by KirbyDE
The value of column password in vB table user is md5(md5('password') . $salt), where $salt is the value of column salt for this record. (FAQ)
|
Yes, thanks, it works.

But I have faced one more problem:
It's necessary for me, that additional fields of a database which contain in the table
xxx_userfield, were kept in the general table of users -
xxx_user. as in a foreign script it's impossible to use at once two tables of a database. I would be very grateful to you if have prompted me as it can be made.
Thanks.