Membership Settings - VPConnect - English - Foundation 22.1 - OnBase - external

VPConnect

Platform
OnBase
Product
VPConnect
Release
Foundation 22.1
License

The default settings for log in accounts.

<membership defaultProvider="SqlServerMembershipProvider">

<providers>

<clear/>

<add name="SqlServerMembershipProvider"

type="System.Web.Security.SqlMembershipProvider"

connectionStringName="MSSQLVendorPortalConnection"

enablePasswordRetrieval="false"

enablePasswordReset="true"

requiresQuestionAndAnswer="true"

requiresUniqueEmail="true"

passwordFormat="Hashed"

maxInvalidPasswordAttempts="5"

minRequiredPasswordLength="8"

minRequiredNonalphanumericCharacters="1"

passwordAttemptWindow="8"

applicationName="VendorPortal"/>