From 9d962bc52317a2727145e11140c9f0e0e3fe5ee4 Mon Sep 17 00:00:00 2001 From: interfect Date: Sun, 26 Jan 2025 13:02:42 -0500 Subject: [PATCH] Note maximum password length in USB key dialog (#6735) --- views/default3.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default3.handlebars b/views/default3.handlebars index 95a41792..41fcd4be 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -5926,7 +5926,7 @@ x += addHtmlFormFloating("New Password*", ''); x += addHtmlFormFloating("New Password*", ''); if ((features2 & 0x00000020) && (currentMesh.mtype == 1) && (serverinfo.amtProvServerMeshId == currentMesh._id)) { x += ''; } // Intel AMT LAN provisioning server is active. - x += '
' + "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric." + '
'; + x += '
' + "* 8-16 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric." + '
'; setModalContent('xxAddAgent', "Intel® AMT ACM", x); showModal('xxAddAgentModal', 'idx_dlgOkButton', showAmtAcmSetupEx); Q('dp1password0').focus();