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 useridUser whose password we're updating
STRING newpasswordNew password
RECORD optionsOptions (none for now)