FME Server .NET API

IFMESecurityManager.UpdateUserAccountPassword Method 

Updates the user account password.

[Visual Basic]
Function UpdateUserAccountPassword( _
   ByVal newUserPassword As String, _
   ByVal userName As String, _
   ByVal userPassword As String _
) As Boolean
[C#]
bool UpdateUserAccountPassword(
   string newUserPassword,
   string userName,
   string userPassword
);

Parameters

newUserPassword
the new user password
userName
the user name
userPassword
the user password

Return Value

true if user account password is updated, otherwise false if not updated

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace