Internet Direct (Indy) Version 9.0.2 Beta
TIdUserAccounts.CaseSensitivePasswords
Indicates case is significant when verifying passwords for user accounts.

property CaseSensitivePasswords: Boolean;
Description
CaseSensitivePasswords is a Boolean property that indicates if case is significant when verifying the authentication credentials against the Password stored in a user account. When CaseSensitivePasswords is True, case is significant. When CaseSensitivePasswords is False, case is not significant.

Use CaseSensitiveUsernames to indicate if case is significant when accessing user accounts by the identity for the user account.