Click or drag to resize

MPInterfaceCheckCustomerLogin Method

Check if the user name and password of a customer user in MARIProject is valid.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntax
public bool CheckCustomerLogin(
	string CustomerUserName,
	string CustomerPassword
)

Parameters

CustomerUserName
Type: SystemString
Customer User (Table MPBenutzer.Benutzer WHERE BenutzerTyp=2)
CustomerPassword
Type: SystemString
password in plain text to be verified with the encrypted version in the table

Return Value

Type: Boolean
Remarks