Membership provider XML attributes

Column Name Description
name The name of the provider.
type iAnywhere.Web.Security.SAMembershipProvider
connectionStringName The name of a connection string specified in the <connectionStrings> element.
connectionString The connection string. Optional. Required if connectionStringName is not specified.
applicationName The application name with which to associate provider data.
commandTimeout The timeout value, in seconds, for server calls.
enablePasswordReset Valid entries are true or false.
enablePasswordRetrieval Valid entries are true or false.
maxInvalidPasswordAttempts Valid entries are true or false.
minRequiredNonalphanumericCharacters The minimum number of special characters that must be present in a valid password.
minRequiredPasswordLength The minimum length required for a password.
passwordAttemptWindow The time window between which consecutive failed attempts to provide a valid password or password answer are tracked.
passwordFormat Valid entries are Clear, Hashed, or Encrypted.
requiresQuestionAndAnswer Valid entries are true or false.
requiresUniqueEmail Valid entries are true or false.
passwordStrengthRegularExpression The regular expression used to evaluate a password.