From 6f4f8721bfb964e210d9901aa897b039e3f0ff7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Wed, 29 Feb 2012 16:01:00 -0200 Subject: [PATCH] Remove deprecated setting from docs. Refs #175. --- README.rst | 8 -------- doc/configuration.rst | 8 -------- 2 files changed, 16 deletions(-) diff --git a/README.rst b/README.rst index 0747f09..c8cde76 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/doc/configuration.rst b/doc/configuration.rst index 6fedc1b..8650151 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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:: -- 2.39.5