From 8b4a3fe0d9eec22298d6c47e8a5d22cc43caf895 Mon Sep 17 00:00:00 2001 From: Ian Mustafa Date: Thu, 18 Oct 2018 12:39:05 +0700 Subject: [PATCH] Fix typo --- security/form_login_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index 8e807a6063f..7af632ee80c 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -223,7 +223,7 @@ When you submit the form, the ``LoginFormAuthenticator`` will intercept the requ read the email (or whatever field you're using) & password from the form, find the ``User`` object, validate the CSRF token and check the password. -But, wepending on your setup, you'll need to finish one or more TODOs before the +But, depending on your setup, you'll need to finish one or more TODOs before the whole process works. You will *at least* need to fill in *where* you want your user to be redirected after success: