[Python-modules-commits] [python-social-auth] 27/32: Update settings.rst
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.12
in repository python-social-auth.
commit c746ecf8ba72b5b6e12df440820dc4db30ff9f90
Author: eshellman <eric at hellman.net>
Date: Thu Jul 9 16:42:30 2015 -0400
Update settings.rst
---
docs/configuration/settings.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst
index a67ddb2..0db8bb8 100644
--- a/docs/configuration/settings.rst
+++ b/docs/configuration/settings.rst
@@ -76,7 +76,8 @@ results and others for error situations.
``SOCIAL_AUTH_NEW_USER_REDIRECT_URL = '/new-users-redirect-url/'``
Used to redirect new registered users, will be used in place of
- ``SOCIAL_AUTH_LOGIN_REDIRECT_URL`` if defined.
+ ``SOCIAL_AUTH_LOGIN_REDIRECT_URL`` if defined. Note that ``?next=/foo`` is appended if present,
+ if you want new users to go to next, you'll need to do it yourself.
``SOCIAL_AUTH_NEW_ASSOCIATION_REDIRECT_URL = '/new-association-redirect-url/'``
Like ``SOCIAL_AUTH_NEW_USER_REDIRECT_URL`` but for new associated accounts
--
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