Skip to content

Commit 36ebda9

Browse files
authored
Merge pull request #1129 from Murl080/patch-2
Comment out correctly
2 parents 2d8c5d6 + 07140d9 commit 36ebda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Documentation/Authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Additionally, you can set number of attempts until lock, lockout time, time wind
137137
'Auth.Identifiers.Password.lockoutHandler' => [
138138
'timeWindowInSeconds' => 30 * 60,//30 minutes (default is 15 minutes)
139139
'lockoutTimeInSeconds' => 100 * 60,//100 minutes (default is 30 minutes)
140-
'numberOfAttemptsFail' => 4, (default is 6 attempts)
140+
'numberOfAttemptsFail' => 4, // default is 6 attempts
141141
'failedPasswordAttemptsModel' => 'CakeDC/Users.FailedPasswordAttempts',
142142
'userLockoutField' => 'lockout_time',//Field in user entity used to lock the user.
143143
'usersModel' => 'Users',

0 commit comments

Comments
 (0)