From e047954c925cc62bd6d91b2d7fcb68feb44bfc37 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Sep 2025 08:59:48 +1000 Subject: [PATCH] Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair --- _posts/2025-08-25-1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-08-25-1.0.0.md b/_posts/2025-08-25-1.0.0.md index 58be737b..af624d8f 100644 --- a/_posts/2025-08-25-1.0.0.md +++ b/_posts/2025-08-25-1.0.0.md @@ -119,7 +119,7 @@ We have refactored our authentication framework significantly, both to support t These changes should not affect most users, as we have endeavored to maintain compatibility with existing authentication methods. However, users who have implemented custom authentication mechanisms may need to review their code to ensure compatibility with the new framework. -In particular we have updated our [django-allauth framework](https://github.com/inventree/InvenTree/pull/6293) to align with changes to that library. +In particular we have updated our usage of [django-allauth framework](https://github.com/inventree/InvenTree/pull/6293) to align with changes to that library. Due to major improvements in upstream allauth we now mostly rely on build-in mechanisms - especially for multi factor. ### Bulk Update Mixin