Skip to content

Commit 26a7a3c

Browse files
committed
docs: failedLoginAttempt -> failedLogin
1 parent d3228dd commit 26a7a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2 - authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if($result->isOK()) {
9797
}
9898
```
9999

100-
If the attempt fails a `failedLoginAttempt` event is triggered with the credentials array as
100+
If the attempt fails a `failedLogin` event is triggered with the credentials array as
101101
the only parameter. Whether or not they pass, a login attempt is recorded in the `auth_logins` table.
102102

103103
If `allowRemembering` is `true` in the `Auth` config file, you can tell the Session authenticator

0 commit comments

Comments
 (0)