From 7268a9ad92183b27fb661fc58095eb630e08e21a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 12 Dec 2021 19:18:28 -0500 Subject: [PATCH] clarify default maximum password length change --- static/features.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/features.html b/static/features.html index 2f15e5d7..905e07f6 100644 --- a/static/features.html +++ b/static/features.html @@ -205,7 +205,8 @@
  • Improved user visibility into persistent firmware security through version and configuration verification with reporting of inconsistencies and debug features being enabled.
  • -
  • Support longer passwords by default (64 characters) without a device manager
  • +
  • Support for longer passwords by default (64 characters instead of 16) + without requiring a device manager
  • Stricter implementation of the optional fingerprint unlock feature permitting only 5 attempts rather than 20 before permanent lockout (our recommendation is still keeping sensitive data in user profiles without fingerprint unlock)