|
@@ -33,13 +33,13 @@ |
|
|
block discarded – undo |
|
33
|
33
|
| Laravel Logger Authentication Listeners Enable/Disable |
|
34
|
34
|
|-------------------------------------------------------------------------- |
|
35
|
35
|
*/ |
|
36
|
|
- 'logAllAuthEvents' => false, // May cause a lot of duplication. |
|
37
|
|
- 'logAuthAttempts' => false, // Successful and Failed - May cause a lot of duplication. |
|
38
|
|
- 'logFailedAuthAttempts' => true, // Failed Logins |
|
39
|
|
- 'logLockOut' => true, // Account Lockout |
|
40
|
|
- 'logPasswordReset' => true, // Password Resets |
|
41
|
|
- 'logSuccessfulLogin' => true, // Successful Login |
|
42
|
|
- 'logSuccessfulLogout' => true, // Successful Logout |
|
|
36
|
+ 'logAllAuthEvents' => false, // May cause a lot of duplication. |
|
|
37
|
+ 'logAuthAttempts' => false, // Successful and Failed - May cause a lot of duplication. |
|
|
38
|
+ 'logFailedAuthAttempts' => true, // Failed Logins |
|
|
39
|
+ 'logLockOut' => true, // Account Lockout |
|
|
40
|
+ 'logPasswordReset' => true, // Password Resets |
|
|
41
|
+ 'logSuccessfulLogin' => true, // Successful Login |
|
|
42
|
+ 'logSuccessfulLogout' => true, // Successful Logout |
|
43
|
43
|
|
|
44
|
44
|
/* |
|
45
|
45
|
|-------------------------------------------------------------------------- |
Please login to merge, or discard this patch.