]> git.parisson.com Git - django-social-auth.git/commitdiff
Remove deprecated setting from docs. Refs #175.
authorMatías Aguirre <matiasaguirre@gmail.com>
Wed, 29 Feb 2012 18:01:00 +0000 (16:01 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Wed, 29 Feb 2012 18:01:00 +0000 (16:01 -0200)
README.rst
doc/configuration.rst

index 0747f09cc62d7ab1a42b2622d40216350c1d6e88..c8cde76b9f5abb9d0c8e8b5fa215853c8b4a20cb 100644 (file)
@@ -183,14 +183,6 @@ Configuration
 
     SOCIAL_AUTH_BACKEND_ERROR_URL = '/new-error-url/'
 
-  In case of authentication error, the message can be stored in session
-  if the following setting is defined::
-
-    SOCIAL_AUTH_ERROR_KEY = 'social_errors'
-
-  This defines the desired session key where last error message should be
-  stored. It's disabled by default.
-
 - Configure authentication and association complete URL names to avoid
   possible clashes::
 
index 6fedc1bde6a081517e46102f6a55b1052179e67a..8650151520898464aed665324aecf509cad088ee 100644 (file)
@@ -80,14 +80,6 @@ Configuration
 
     SOCIAL_AUTH_BACKEND_ERROR_URL = '/new-error-url/'
 
-  In case of authentication error, the message can be stored in session
-  if the following setting is defined::
-
-    SOCIAL_AUTH_ERROR_KEY = 'social_errors'
-
-  This defines the desired session key where last error message should be
-  stored. It's disabled by default.
-
 - Configure authentication and association complete URL names to avoid
   possible clashes::