You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/forcing_password_reset.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ if ($user->requiresPasswordReset()) {
26
26
27
27
### Force Password Reset On a User
28
28
29
-
To force password reset on a user, you can do so using the `forcePasswordReset()` method on the `User` entity. Returns boolean `true`/`false`.
29
+
To force password reset on a user, you can do so using the `forcePasswordReset()` method on the `User` entity.
30
30
31
31
```php
32
32
$user->forcePasswordReset();
33
33
```
34
34
35
35
### Remove Force Password Reset Flag On a User
36
36
37
-
Undoing or removing the force password reset flag on a user can be done using the `undoForcePasswordReset()` method on the `User` entity. Returns boolean `true`/`false`.
37
+
Undoing or removing the force password reset flag on a user can be done using the `undoForcePasswordReset()` method on the `User` entity.
0 commit comments