From 5845e82460de04bcb6aa266670505b17ebe54c60 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 3 Nov 2021 22:05:47 +0100 Subject: [PATCH] add release note to 0.6 for MFA --- docs/releases/0.6.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index d68f99c..0173012 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -50,6 +50,10 @@ PR [#2205](https://github.com/inventree/InvenTree/pull/2205) represents a major PR [#2208](https://github.com/inventree/InvenTree/pull/2208) provides notification emails when the stock level for a particular part falls below the configured "minimum stock" threshold for that part. An email is automatically sent to any users who are subscribed to notifications for that part. +### MFA Support + +PR [#2221](https://github.com/inventree/InvenTree/pull/2221) adds support for MFA (multi factor authentication). This enables admins to require all users to enable MFA as a second auth step. Refer to the [documentation](../settings/mfa) for further information. + ### Bug Fixes | Pull Request | Description |