We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3228dd commit 26a7a3cCopy full SHA for 26a7a3c
docs/2 - authentication.md
@@ -97,7 +97,7 @@ if($result->isOK()) {
97
}
98
```
99
100
-If the attempt fails a `failedLoginAttempt` event is triggered with the credentials array as
+If the attempt fails a `failedLogin` event is triggered with the credentials array as
101
the only parameter. Whether or not they pass, a login attempt is recorded in the `auth_logins` table.
102
103
If `allowRemembering` is `true` in the `Auth` config file, you can tell the Session authenticator
0 commit comments