Skip to content

Commit b400874

Browse files
committed
Remove heading.
1 parent 099fe27 commit b400874

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

security.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ If you are using PHP FastCGI, HTTP Basic authentication will not work correctly
197197
<a name="password-reminders-and-reset"></a>
198198
## Password Reminders & Reset
199199

200-
### Sending Password Reminders
201-
202200
Most web applications provide a way for users to reset their forgotten passwords. Rather than forcing you to re-implement this on each application, Laravel provides convenient methods for sending password reminders and performing password resets. To get started, verify that your `User` model implements the `Illuminate\Auth\Reminders\RemindableInterface` contract. Of course, the `User` model included with the framework already implements this interface.
203201

204202
**Implementing The RemindableInterface**

0 commit comments

Comments
 (0)