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: