Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have the following web.config but the backend user is not getting locked out after several invalid login attempts.
I am using Umbraco version 7.2.2 assembly: 1.0.5529.18522
<add name="UsersMembershipProvider" type="Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="4" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" />
Also is there way to implement Password Expiration feature?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
maxInvalidPasswordAttempts is not working for UsersMembershipProvider
I have the following web.config but the backend user is not getting locked out after several invalid login attempts.
I am using Umbraco version 7.2.2 assembly: 1.0.5529.18522
Also is there way to implement Password Expiration feature?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.