File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Umbraco.Core/Configuration/Models Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ public class SecuritySettings
123123 /// The user login endpoint ensures that failed login attempts take at least as long as the average successful login.
124124 /// However, if no successful logins have occurred, this value is used as the default duration.
125125 /// </remarks>
126- [ Range ( 0 , long . MaxValue ) ]
127126 [ DefaultValue ( StaticUserDefaultFailedLoginDurationInMilliseconds ) ]
128127 public long UserDefaultFailedLoginDurationInMilliseconds { get ; set ; } = StaticUserDefaultFailedLoginDurationInMilliseconds ;
129128
@@ -133,7 +132,6 @@ public class SecuritySettings
133132 /// <value>
134133 /// The minimum duration (in milliseconds) of failed login attempts.
135134 /// </value>
136- [ Range ( 0 , long . MaxValue ) ]
137135 [ DefaultValue ( StaticUserMinimumFailedLoginDurationInMilliseconds ) ]
138136 public long UserMinimumFailedLoginDurationInMilliseconds { get ; set ; } = StaticUserMinimumFailedLoginDurationInMilliseconds ;
139137}
You can’t perform that action at this time.
0 commit comments