Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/tutorial-vokuro.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ The component exposes the following methods:
| `registerUserThrottling($userId)` | Implements login throttling. Reduces the effectiveness of brute force attacks |
| `createRememberEnvironment(Users $user)` | Creates the remember me environment settings the related cookies and generating tokens |
| `hasRememberMe(): bool` | Check if the session has a remember me cookie |
| `loginWithRememberMe(): Response` | Logs on using the information in the cookies |
| `loginWithRememberMe(): Response` | Logs in using the information in the cookies |
| `checkUserFlags(Users $user)` | Checks if the user is banned/inactive/suspended |
| `getIdentity(): array / null` | Returns the current identity |
| `getName(): string` | Returns the name of the user |
Expand Down