fudapi.inc.php [message #26355] |
Sun, 17 July 2005 16:54 |
malkusch
Messages: 2 Registered: July 2005
Karma: 0
|
Junior Member |
|
|
On line 660 (in fud_add_user() at the return statement) it must be
<?php ".(int)$vals['referer_id'].", ?>
and not
<?php ".(int)$vals['ref_id'].", ?>
BTW. could you consider to use fud_add_user() with an already MD5ed password hash? For me it's of course no problem to change the method, but I don't want to do this for every update.
|
|
|
Re: fudapi.inc.php [message #26356 is a reply to message #26355] |
Sun, 17 July 2005 17:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Var name confusion fixed and I added the ability to specify md5 hashes. To do this, make sure the password starts with a "md5" prefix. The prefix will be removed and the rest of the value be used as the hash.
FUDforum Core Developer
|
|
|
|
|