Updates the user account password.
[Visual Basic]
Function UpdateUserAccountPassword( _
ByVal newUserPassword As String, _
ByVal userName As String, _
ByVal userPassword As String _
) As Boolean
true if user account password is updated, otherwise false if not updated
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred |
IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace