From 4118e5ad53b755afe110b5f060471bf8b94c598c Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Tue, 8 Oct 2024 10:59:04 +0200 Subject: [PATCH 1/2] disable 2fa news --- website/docs/news.mdx | 11 +++++++++++ website/versioned_docs/version-V1/news.mdx | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 0192c5ff..2afabc2c 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -8,6 +8,17 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} + +## Disable two-factor authentication permission + +#### Oct 8, 2024 + +Disable two-factor authentication for your team members. This feature is useful if somebody lost the device used for two-factor authentication. + +*Only team members with Organization Admin role or with 'Can disable two-factor authentication for other team members' permission can disable two-factor authentication.* + +[Open Team Members page on our Dashboard](https://app.configcat.com/product/members) + ## Introducing ConfigCat Playground:
Test Feature Flags Easily in a safe environment #### Sept 26, 2024 diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index 0614fbf4..ccc54e9e 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -9,6 +9,16 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Disable two-factor authentication permission + +#### Oct 8, 2024 + +Disable two-factor authentication for your team members. This feature is useful if somebody lost the device used for two-factor authentication. + +*Only team members with Organization Admin role or with 'Can disable two-factor authentication for other team members' permission can disable two-factor authentication.* + +[Open Team Members page on our Dashboard](https://app.configcat.com/product/members) + ## Introducing ConfigCat Playground:
Test Feature Flags Easily in a safe environment #### Sept 26, 2024 From 2cec685bcd618be65b833b03db2b70939f0d4ca2 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Tue, 8 Oct 2024 13:27:50 +0200 Subject: [PATCH 2/2] pr review --- website/docs/news.mdx | 2 +- website/versioned_docs/version-V1/news.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 2afabc2c..935d9c4a 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -13,7 +13,7 @@ Here, you'll find all the latest updates, enhancements, and new features we've a #### Oct 8, 2024 -Disable two-factor authentication for your team members. This feature is useful if somebody lost the device used for two-factor authentication. +You can disable two-factor authentication for your team members. This feature is useful if someone loses the device used for two-factor authentication. *Only team members with Organization Admin role or with 'Can disable two-factor authentication for other team members' permission can disable two-factor authentication.* diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index ccc54e9e..3733546a 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -13,7 +13,7 @@ Here, you'll find all the latest updates, enhancements, and new features we've a #### Oct 8, 2024 -Disable two-factor authentication for your team members. This feature is useful if somebody lost the device used for two-factor authentication. +You can disable two-factor authentication for your team members. This feature is useful if someone loses the device used for two-factor authentication. *Only team members with Organization Admin role or with 'Can disable two-factor authentication for other team members' permission can disable two-factor authentication.*