SynopsisSet the user password. Prototype#include "um.h" int umSetUserPassword(char_t * user, char_t * password); Parameters
DescriptionPassword is stored in database in an encrypted form. Return ValueumSetUserPassword returns 0 if successful, or -1 on error. Exampleint nCheck = umSetUserPassword(T("gilbert"), T("grape")); See Also |