From 22a9203d11a5725e54053425f64cf5a49718dd49 Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Wed, 11 Oct 2017 10:42:16 -0700 Subject: [PATCH] Fix ordered list display in Quick Start for Hugo (#680) --- docs/quick-start.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quick-start.md b/docs/quick-start.md index 12a896a2..30e5729f 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -190,6 +190,7 @@ Netlify offers a built-in authentication service called Identity. In order to us ### Enable Identity and Git Gateway Netlify's Identity and Git Gateway services allow you to manage CMS admin users for your site without requiring them to have GitHub accounts or commit access on your repo. From your site dashboard on Netlify: + 1. Go to **Settings > Identity**, and select **Enable Identity service**. 2. Under **Registration preferences**, select **Open** or **Invite only**. In most cases, you'll want only invited users to access your CMS, but if you're just experimenting, you can leave it open for convenience. 3. If you'd like to allow one-click login with services like Google and GitHub, check the boxes next to the services you'd like to use, under **External providers**.