Skip to content

Commit 039f212

Browse files
committed
docs: add note to force-reset filter
1 parent 59af1d1 commit 039f212

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/user_management/forcing_password_reset.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ if ($user->requiresPasswordReset()) {
2222
}
2323
```
2424

25+
!!! note
26+
27+
You can use the [force-reset](../../references/controller_filters/#forcing-password-reset)
28+
filter to check.
29+
2530
### Force Password Reset On a User
2631

2732
To force password reset on a user, you can do so using the `forcePasswordReset()` method on the `User` entity.

0 commit comments

Comments
 (0)