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 ];