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 59af1d1 commit 039f212Copy full SHA for 039f212
docs/user_management/forcing_password_reset.md
@@ -22,6 +22,11 @@ if ($user->requiresPasswordReset()) {
22
}
23
```
24
25
+!!! note
26
+
27
+ You can use the [force-reset](../../references/controller_filters/#forcing-password-reset)
28
+ filter to check.
29
30
### Force Password Reset On a User
31
32
To force password reset on a user, you can do so using the `forcePasswordReset()` method on the `User` entity.
0 commit comments