From 5f08037f78f1c2b1169fc68ca5f7499220882a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sun, 26 May 2019 17:42:52 +0300 Subject: [PATCH] Tune documentation titles --- docs/7_architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/7_architecture.rst b/docs/7_architecture.rst index 1d1107b..104630a 100644 --- a/docs/7_architecture.rst +++ b/docs/7_architecture.rst @@ -57,8 +57,8 @@ A normal login flow for Django runs as follows: is aborted and signal handlers triggered. -Django authentication flow with Axes ------------------------------------- +Django Axes authentication flow +------------------------------- Axes monitors logins with the ``user_login_failed`` signal handler and after login attempts exceed the given maximum, starts blocking them.