This commit is contained in:
Skylar Grant 2024-09-12 12:35:05 -04:00
parent 65e327c83d
commit 0c39826505
1 changed files with 2 additions and 2 deletions

View File

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