From 0c39826505e1964f74166555ff726637763ee102 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 12 Sep 2024 12:35:05 -0400 Subject: [PATCH] . --- mccs-it/thermal/modules/Thermal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 7fcd57d..861120e 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -170,8 +170,8 @@ module.exports = { // Create the output text const infoArray = [ 'We have changed your password to a temporary password, shown below. Next time you log into Microsoft you will be prompted to change your password.\n', - `Password requirements:\n8+ characters\n1+ Uppercase\n1+ Lowercase\n1+ Special (!/_=.,?)\n`, - `Temporary Password:` + 'Password requirements:\n8+ characters\n1+ Uppercase\n1+ Lowercase\n1+ Special (!/_=.,?)\n', + 'Temporary Password:', `${password}\n`, receiptFooter ];