From 54f6c5320a7103559937b09ff436a410c756171a Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 23 May 2019 19:29:45 +0200 Subject: [PATCH] Refer to section 'Additional user information' from 'Registration' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24208dd..615ed34 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ $url = 'https://www.example.com/verify_email?selector=' . \urlencode($selector) If you don’t want to perform email verification, just omit the last parameter to `Auth#register`. The new user will be active immediately, then. +Need to store additional user information? Read on [here](#additional-user-information). + ### Login (sign in) ```php