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)