Internet Direct (Indy) Version 9.0.1 Beta
TIdUserManager.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.

CaseSensitivePasswords uses a read and a write specifier to provide access the TIdUserAccounts.CaseSensitivePasswords property.

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