From 81f4116c95c9c533a1f325bd5103d205c249e1fc Mon Sep 17 00:00:00 2001 From: Tom Clancy Date: Mon, 2 Mar 2015 16:12:18 -0500 Subject: [PATCH] Update google.rst Added note about turning on Google+ API since the Google docs aren't clear on this and the error message doesn't bubble up to the front-end (just shows as a 403 which looks like a CSRF failure). --- docs/backends/google.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/google.rst b/docs/backends/google.rst index 1ef2dce52..9edf22d29 100644 --- a/docs/backends/google.rst +++ b/docs/backends/google.rst @@ -64,7 +64,7 @@ done by their Javascript which thens calls a defined handler to complete the auth process. * To enable the backend create an application using the `Google console`_ and - following the steps from the `official guide`_. + following the steps from the `official guide`_. Make sure to enable the Google+ API in the console. * Fill in the key settings looking inside the Google console the subsection ``Credentials`` inside ``API & auth``::