From 390fb33f82b4ed15f8f14ed946305e03fbe78b4b Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Thu, 7 Jun 2012 11:28:12 +0200 Subject: [PATCH] Updated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID --- doc/backends/google.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/backends/google.rst b/doc/backends/google.rst index eef9676..5c722ea 100644 --- a/doc/backends/google.rst +++ b/doc/backends/google.rst @@ -70,6 +70,11 @@ To enable OAuth2 support: GOOGLE_OAUTH_EXTRA_SCOPE = [...] +- optional support for static and unique Google Profile ID identifiers instead of + using the e-mail address for account association can be enabled with:: + + GOOGLE_OAUTH2_USE_UNIQUE_USER_ID = True + Check which applications can be included in their `Google Data Protocol Directory`_ -- 2.39.5