Internet Direct (Indy) Version 9.0.1 Beta
|
function AuthenticateUser(const AUsername: String; const APassword: String): Boolean;
AuthenticateUser calls TIdUSerAccount.CheckPassword for the value specified in APassword to complete the authorization process. After aythentication, the OnAfterAuthentication event handler is signalled to allow verification against an external source or logging for account access attempts.