From 520e68dcf028f126eb53c134986271ea2ecdc721 Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Thu, 14 Mar 2024 17:51:42 +0100 Subject: [PATCH] new fix --- _posts/2024-03-14-prevent-account-sharing-with-mfa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-03-14-prevent-account-sharing-with-mfa.md b/_posts/2024-03-14-prevent-account-sharing-with-mfa.md index 6f0702f..f1ee691 100644 --- a/_posts/2024-03-14-prevent-account-sharing-with-mfa.md +++ b/_posts/2024-03-14-prevent-account-sharing-with-mfa.md @@ -103,8 +103,8 @@ Active login sessions for all users regardless of the MFA toggle. This one has t ![Regardless MFA toggle reports](/images/prevent-account-sharing/average-per-user-reports.png) Looking into these charts, we conclude that: -- The number of active paying users increases. -- The number of sharing account reports based on the token solution decreases. The regression line predicts a drop from 170 points to 120, almost a 30% drop when IP and device differ. That's a vast improvement! +- The number of new paying signups increases. Roughly 30% more new signups daily. +- The number of sharing account reports based on the token solution decreases. The regression line predicts a drop from 170 points to 120, almost a 30% drop when IP and device differ. - The number of login sessions per user decreases for users with MFA enabled. This improvement is significant compared to users with MFA disabled. ## Summary