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
Syntaxpublic bool CheckCustomerLogin(
string CustomerUserName,
string CustomerPassword
)
Public Function CheckCustomerLogin (
CustomerUserName As String,
CustomerPassword As String
) As Boolean
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
See Also