User.PasswordChange



PasswordChange(szNew As String,szOld As String) As Boolean

Parameters

szNew As String
New password of user as String
szOld As String
Old password of user as String
ED
avaliable
RT
avaliable

Remarks

This method changes the password of the current user. If the parameter szOld is not true for the current password, False is returned.
Otherwise the new password is confirmed and the cange is saved.

See Also

User