From b08f90c59991503972c542a5c72dc03176263f8a Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 8 Dec 2023 13:42:18 -0500 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bce061..1a96b88 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ npx decap-server ``` ### Enabling users to access Decap CMS -Add the users to the "Identity" tab in the Netlify CMS UI. -You also need to activate: -- Any external providers which are wanted: GitHub or Google are commonly used at CCV. -- Git gateway. +- Enabling login using GitHub or Google allows you to use SSO with either of those providers. +- Adding the users to the Identity Tab gives them the opportunity to login to the CMS at all, using either the SSO providers or by setting up an account on Netlify. +- Activating the Git gateway is necessary to allow the CMS to write back to the repository. \ No newline at end of file