[Python-modules-commits] [python-social-auth] 50/71: Update settings.rst

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit d47d4dbe59b0a47ed7f231992d01b165f6a4053b
Author: James Keys <skolsuper at users.noreply.github.com>
Date:   Tue Dec 1 10:51:15 2015 +0700

    Update settings.rst
    
    For the django strategy at least, the AUTH_EXTRA_ARGUMENTS settings still need to be prefixed with SOCIAL_AUTH_ to be recognized.
---
 docs/configuration/settings.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst
index 0db8bb8..3841fa3 100644
--- a/docs/configuration/settings.rst
+++ b/docs/configuration/settings.rst
@@ -176,12 +176,12 @@ example to request Facebook to show Mobile authorization page, define::
 
 For other providers, just define settings in the form::
 
-      <uppercase backend name>_AUTH_EXTRA_ARGUMENTS = {...}
+      SOCIAL_AUTH_<uppercase backend name>_AUTH_EXTRA_ARGUMENTS = {...}
 
 Also, you can send extra parameters on request token process by defining
 settings in the same way explained above but with this other suffix::
 
-      <uppercase backend name>_REQUEST_TOKEN_EXTRA_ARGUMENTS = {...}
+      SOCIAL_AUTH_<uppercase backend name>_REQUEST_TOKEN_EXTRA_ARGUMENTS = {...}
 
 Basic information is requested to the different providers in order to create
 a coherent user instance (with first and last name, email and full name), this

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list