From 4b4d06d0e89f1c517b536d851d46c56acaf48ebc Mon Sep 17 00:00:00 2001 From: Daniel Radetsky Date: Sun, 4 Mar 2018 10:20:34 -0800 Subject: [PATCH] add dox --- docs/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 59b301f..aef29e1 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -51,3 +51,5 @@ Configuration - **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change enpoint (default: False) - **LOGOUT_ON_PASSWORD_CHANGE** - set to False if you want to keep the current user logged in after a password change + +- **REST_AUTH_ROLL_BACK_REGISTER_ON_ERROR** - set to True to prevent a user being created if an error occurs after writing the user (such as during the sending of the verification email).