WRDAuthPlugin::UpdateUserPassword (open)
Set the password for a user
Syntax
LOADLIB "mod::wrd/lib/internal/auth/webdesignplugin.whlib";
MACRO UpdateUserPassword(INTEGER userid, STRING newpassword, RECORD options)
Parameters
INTEGER userid
User whose password we're updating
STRING newpassword
New password
RECORD options
Options (none for now)