Commit graph

195 commits

Author SHA1 Message Date
Enrico Tröger
fdd7b22cd3 Clarify and/or conditions in AXES_LOCKOUT_PARAMETERS examples
Some checks are pending
Test / build (Python 3.10, Django 4.2) (push) Waiting to run
Test / build (Python 3.11, Django 4.2) (push) Waiting to run
Test / build (Python 3.12, Django 4.2) (push) Waiting to run
Test / build (Python 3.14, Django 4.2) (push) Waiting to run
Test / build (Python 3.10, Django 5.2) (push) Waiting to run
Test / build (Python 3.11, Django 5.2) (push) Waiting to run
Test / build (Python 3.12, Django 5.2) (push) Waiting to run
Test / build (Python 3.13, Django 5.2) (push) Waiting to run
Test / build (Python 3.14, Django 5.2) (push) Waiting to run
Test / build (Python 3.12, Django 6.0) (push) Waiting to run
Test / build (Python 3.13, Django 6.0) (push) Waiting to run
Test / build (Python 3.14, Django 6.0) (push) Waiting to run
Test / build (Python 3.14, Django main) (push) Waiting to run
Test / build (Python 3.14, Django qa) (push) Waiting to run
2026-03-16 18:55:20 +02:00
Hugo van Kemenade
6c8feada83 Replace removed pkg_resources with stdlib 2026-02-09 10:35:54 +02:00
Mounir Messelmeni
955f39da73 Update docs 2025-12-19 21:19:03 +02:00
Ram
69c97d5c7b docs: Add missing AXES_IPWARE_PROXY_ORDER setting documentation 2025-12-19 21:14:16 +02:00
Ameer Taweel
88827c381e docs: Clarify ordering of AxesMiddleware
Closes #1015
2025-10-08 14:55:21 +03:00
Aleksi Häkli
31038278bd
Add version 8 migration notes. 2025-05-10 14:01:18 +03:00
Django Goat
a0df8ae7c4 docs - fixed wy-table-responsive html not not displaying 2025-02-21 13:16:56 +02:00
Django Goat
784f1930af docs - added css to increase content width 2025-02-21 13:16:56 +02:00
Andrew Neher
a0fd10da4c updated config docs for new AXES_USERNAME_FORM_FIELD default value. 2025-02-19 18:09:40 +02:00
Jacobus-afk
ce3bfd51be Update 4_configuration.rst - aligned table pipe column 2025-02-19 18:08:17 +02:00
Aleksi Häkli
9a7673a47e Update Python support matrix
Deprecate support for Python 3.8
Add support for Python 3.13
2024-12-02 18:23:57 +02:00
Oscar van Leusen
67b94d0dfb Fix AXES_CLIENT_IP_CALLABLE error
Previously, the readme suggested the AXES_CLIENT_IP_CALLABLE function should have two arguments, but actually it only takes one argument.
2024-10-29 10:09:57 +02:00
Bruno Alla
77ae2a2d14 docs: fix broken settings table 2024-10-03 13:10:01 +03:00
Aleksi Häkli
4e89d72b92
Version 7 breaking changes notes 2024-10-02 20:30:44 +03:00
Bruno Alla
510c8d18f5 feat: pass the request to get dynamic cool off period 2024-10-02 20:15:31 +03:00
Bruno Alla
2fb4c81243 feat: pass username to AXES_COOLOFF_TIME callback
If the AXES_COOLOFF_TIME is a callable or path to a callable taking
an argument, pass the username to it.

This should enable users to customize the cool off to be user dependant,
and possibly implement a growing cool-off time:

- First lockout cools off after 5 mins
- Second one after 10 mins
- etc...
2024-10-02 20:15:31 +03:00
Davide
014483c65d
Add session hash to access log 2024-04-30 16:22:50 +02:00
Aleksi Häkli
2a0fd0cfad
Merge pull request #1138 from p-l-/command-reset-ip-username
Add new management command `axes_reset_ip_username`
2023-12-08 19:39:40 +02:00
Curtis Maloney
d2b65aad32
Update 2_installation.rst
Fix block indentation in Installation documentation.
2023-12-01 11:59:19 +11:00
Pierre Lalet
6e64c62fbf Add new management command axes_reset_ip_username 2023-11-28 20:37:39 +01:00
Ronny Vedrilla
b14e586f16 #1093: Setting proper headline (h2) for GDPR section 2023-08-19 23:25:23 +03:00
Ronny Vedrilla
e9db2d9631 #1093: "AXES_SENSITIVE_PARAMETERS" now have sensible defaults to follow "privacy-by-design" 2023-07-30 18:59:48 +03:00
Ron
ab78724518 Typo fix 2023-07-30 18:59:01 +03:00
Ron
c234f53e0d Changes and typo fix 2023-07-30 18:59:01 +03:00
Ronny Vedrilla
72f3be394d #438: Added docs about GDPR best practice 2023-07-30 18:59:01 +03:00
Maksim Zayakin
c228ae1891 chore: fix typo 2023-06-13 19:09:17 +03:00
Aleksi Häkli
84e5e357e6 Version 6 2023-05-17 20:33:11 +03:00
Aleksi Häkli
33cfcb9656 Drop Python 3.7 support 2023-05-17 20:33:11 +03:00
Aleksi Häkli
102cdc3ecf
Fix typo 2023-05-13 14:52:37 +03:00
Aleksi Häkli
1e7e85e101
Improve documentation 2023-05-13 14:43:20 +03:00
Maksim Zayakin
f6e272cb61 docs: add AXES_LOCKOUT_PARAMETERS` entires 2023-05-13 14:04:14 +03:00
Aleksi Häkli
31249a5947 Update django-ipware configuration flags to new AXES_IPWARE_ prefixes
Use explicit new AXES_IPWARE_ referencing configuration flag names
in place of the old plain implicit AXES_ name prefixes
2023-04-28 14:16:44 +03:00
Aleksi Häkli
cd950ddfef Make ipware an optional dependency
Relates to #1038
2023-04-28 14:16:44 +03:00
Maksim Zayakin
8c9b753430 docs: rename 9_development.rst to 9_contributing.rst 2023-04-27 22:04:55 +03:00
Maksim Zayakin
833ef9669f docs: add CONTRIBUTING.rst 2023-04-27 22:04:55 +03:00
Maksim Zayakin
a4806ba6b4 docs: update AXES_HTTP_RESPONSE_CODE entry in configuration 2023-04-25 19:42:37 +03:00
Joe Wesch
6aee1cb8e7 Adds Django Auth LDAP as compatible 2023-04-19 11:39:02 +03:00
Maksim Zayakin
91bc75f4a0 add info to docs about AXES_CLIENT_IP_CALLABLE 2023-03-29 16:35:06 +03:00
Ihor Sychevskyi
b565a70d51
update links (#941) 2022-11-09 00:18:07 +02:00
Hasan Ramezani
2554a8cffd Update remaining part of Python 3.6 to 3.7 2022-09-28 11:50:26 +03:00
Nishit Mohanan
3ccc5a2843 Changed tox configuration link to pyproject.toml 2022-09-27 14:57:09 +02:00
Tim Gates
ddc8cb7cb2 docs: Fix a few typos
There are small typos in:
- docs/5_customization.rst
- docs/7_architecture.rst

Fixes:
- Should read `necessary` rather than `nessary`.
- Should read `exception` rather than `excepton`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-09-01 12:55:33 +02:00
Jonathan Giuffrida
e8293df2ad Update documentation 2022-07-17 17:12:57 +03:00
Ronny Vedrilla
57ca4460b0 #897: Bugfix with wrong display of default value in docs 2022-06-04 00:31:20 +03:00
Ronny Vedrilla
5e204be6c0 #897: Settings variables as table instead of list in the docs 2022-06-03 15:30:37 +03:00
Tato Moaki
ada98869d8 Fix typo in documentation 2022-04-20 11:43:52 +02:00
Hasan Ramezani
dc98a7b2e3 Allow float values for AXES_COOLOFF_TIME(#868). 2022-04-13 17:51:10 +03:00
Antoine Dujardin
9c2ceb7eb7 Add option to keep current behavior for cooloff reset 2022-04-08 22:17:05 +03:00
Gregory DAVID
1849552f45 Implement AccessFailureLog recordings 2022-04-08 22:16:19 +03:00
hashlash
8ed798c155 Use 4 space indentation in config docs 2022-02-28 11:22:24 +03:30