@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Google auth documentation to discuss "Google+ API" and new console URI

Summary: Fixes T4451. See also D8612.

Test Plan: Viewed panel and read text, saw it matched up with the new console.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4451

Differential Revision: https://secure.phabricator.com/D8613

+10 -8
+10 -8
src/applications/auth/provider/PhabricatorAuthProviderOAuthGoogle.php
··· 13 13 return pht( 14 14 "To configure Google OAuth, create a new 'API Project' here:". 15 15 "\n\n". 16 - "https://code.google.com/apis/console/". 16 + "https://console.developers.google.com/". 17 17 "\n\n". 18 - "You don't need to enable any Services, just go to **API Access**, ". 19 - "click **Create an OAuth 2.0 client ID...**, and configure these ". 20 - "settings:". 18 + "Adjust these configuration settings for your project:". 21 19 "\n\n". 22 - " - During initial setup click **More Options** (or after creating ". 23 - " the client ID, click **Edit Settings...**), then add this to ". 24 - " **Authorized Redirect URIs**: `%s`\n". 20 + " - Under **APIs & auth > APIs**, scroll down the list and enable ". 21 + " the **Google+ API**.\n". 22 + " - Under **APIs & auth > Credentials**, click **Create New Client". 23 + " ID** in the **OAuth** section. Then use these settings:\n". 24 + " - **Application Type**: Web Application\n". 25 + " - **Authorized Javascript origins**: Leave this empty.\n". 26 + " - **Authorized redirect URI**: Set this to `%s`.\n". 25 27 "\n\n". 26 28 "After completing configuration, copy the **Client ID** and ". 27 - "**Client Secret** to the fields above.", 29 + "**Client Secret** from the Google console to the fields above.", 28 30 $login_uri); 29 31 } 30 32