Internet Direct (Indy) Version 9.0.1 Beta
TIdUserManager.CaseSensitiveUsernames
Indicates if case is significant when accessing user accounts by user name.

property CaseSensitiveUsernames: Boolean;
Description
CaseSensitiveUsernames is a Boolean property that indicates if case is significant when accessing user accounts in the collection using UserNames.

When CaseSensitiveUsernames is True, the read access specifier for the UserNames property will consider case to be significant in comparing the user name values. When CaseSensitiveUsernames is False, AnsiSameText is used to perform the name comparison.

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

Use CaseSensitivePasswords to indicate if case is significant when verifying user account credentials maintained by the user manager.