From 25a3d2a79d306ab57f96b27ca5a4dfc1ce6ed026 Mon Sep 17 00:00:00 2001 From: dimka665 Date: Sat, 10 Aug 2013 01:11:41 +0400 Subject: [PATCH] Remove SOCIAL_AUTH_CREATE_USERS reference SOCIAL_AUTH_CREATE_USERS deprecated --- doc/configuration.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index d90e44b90..f34131601 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -472,10 +472,6 @@ Miscellaneous Settings SOCIAL_AUTH_SESSION_EXPIRATION = False -- It's possible to disable user creations by ``django-social-auth`` with:: - - SOCIAL_AUTH_CREATE_USERS = False - - If you want to store extra parameters from POST or GET in session, like it was made for ``next`` parameter, define this setting::