From b0f6b661793f27d292d4747a9fa6e74bcd8bb13a Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Thu, 7 Sep 2023 21:01:56 +0000 Subject: [PATCH 1/3] docs: mention the need for permission to read email addresses --- docs/admin/auth.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index fb278cf09b058..b4a46f6595280 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -31,7 +31,10 @@ GitHub will ask you for the following Coder parameters: Note the Client ID and Client Secret generated by GitHub. You will use these values in the next step. -### Step 2: Configure Coder with the OAuth credentials +Coder will need permission to access user email addresses. Find the +"Account Permissions" settings for your app and select "read-only" for "Email addresses". + +### Step 3: Configure Coder with the OAuth credentials Navigate to your Coder host and run the following command to start up the Coder server: From 10c198f607340c6fa87907b85fa87409571e4d3f Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Thu, 7 Sep 2023 21:03:07 +0000 Subject: [PATCH 2/3] oops --- docs/admin/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index b4a46f6595280..5dc610f595eea 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -34,7 +34,7 @@ values in the next step. Coder will need permission to access user email addresses. Find the "Account Permissions" settings for your app and select "read-only" for "Email addresses". -### Step 3: Configure Coder with the OAuth credentials +### Step 2: Configure Coder with the OAuth credentials Navigate to your Coder host and run the following command to start up the Coder server: From d0634907b2b69e9232ff2d887ce3f9e904915382 Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Thu, 7 Sep 2023 21:13:57 +0000 Subject: [PATCH 3/3] :| --- docs/admin/auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index 5dc610f595eea..4c846573cd8ac 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -31,8 +31,8 @@ GitHub will ask you for the following Coder parameters: Note the Client ID and Client Secret generated by GitHub. You will use these values in the next step. -Coder will need permission to access user email addresses. Find the -"Account Permissions" settings for your app and select "read-only" for "Email addresses". +Coder will need permission to access user email addresses. Find the "Account +Permissions" settings for your app and select "read-only" for "Email addresses". ### Step 2: Configure Coder with the OAuth credentials