IExternalUserDatabaseProvider.ChangeUserPassword (METH)ΒΆ

METHOD ChangeUserPassword : VUM_ReturnValues

Changes the password of a given user. If everything is correct the function returns VUM_ReturnValues.ERR_OK. see VUM_ReturnValues (ENUM) where possible error reasons are described.

InOut:

Scope

Name

Type

Comment

Return

ChangeUserPassword

VUM_ReturnValues

Input

wstUserName

WSTRING

the user name

wstNewPassword

WSTRING

the new password of the user

wstOldPassword

WSTRING

the old password of the user