1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-01 13:50:13 +02:00

Fix missing entries in table of contents for 'Usage'

This commit is contained in:
Marco
2019-01-29 13:33:07 +01:00
parent ad90c7d04a
commit 7b2ac9b107

View File

@@ -55,6 +55,9 @@ Migrating from an earlier version of this project? See our [upgrade guide](Migra
* [Email verification](#email-verification)
* [Keeping the user logged in](#keeping-the-user-logged-in)
* [Password reset (“forgot password”)](#password-reset-forgot-password)
* [Initiating the request](#step-1-of-3-initiating-the-request)
* [Verifying an attempt](#step-2-of-3-verifying-an-attempt)
* [Updating the password](#step-3-of-3-updating-the-password)
* [Changing the current users password](#changing-the-current-users-password)
* [Changing the current users email address](#changing-the-current-users-email-address)
* [Re-sending confirmation requests](#re-sending-confirmation-requests)
@@ -64,6 +67,7 @@ Migrating from an earlier version of this project? See our [upgrade guide](Migra
* [User ID](#user-id)
* [Email address](#email-address)
* [Display name](#display-name)
* [Status information](#status-information)
* [Checking whether the user was “remembered”](#checking-whether-the-user-was-remembered)
* [IP address](#ip-address)
* [Additional user information](#additional-user-information)