From 7b2ac9b1072c9b95365fa803db2ba28908ebce5e Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 29 Jan 2019 13:33:07 +0100 Subject: [PATCH] Fix missing entries in table of contents for 'Usage' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82ea63d..cd0eb02 100644 --- a/README.md +++ b/README.md @@ -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 user’s password](#changing-the-current-users-password) * [Changing the current user’s 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)