Skip to content

Commit 7f4b3e8

Browse files
committed
Added references
1 parent 1149740 commit 7f4b3e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

book/security.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,11 @@ Finally, create the corresponding template:
519519
<button type="submit">login</button>
520520
</form>
521521

522+
.. caution::
523+
524+
This login form is currently not protected against CSRF attacks. Read
525+
:doc:`/cookbook/security/csrf_in_login_form` on how to protect your login form.
526+
522527
.. tip::
523528

524529
The ``error`` variable passed into the template is an instance of

0 commit comments

Comments
 (0)