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();