.
This commit is contained in:
parent
65e327c83d
commit
0c39826505
@ -170,8 +170,8 @@ module.exports = {
|
|||||||
// Create the output text
|
// Create the output text
|
||||||
const infoArray = [
|
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',
|
'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`,
|
'Password requirements:\n8+ characters\n1+ Uppercase\n1+ Lowercase\n1+ Special (!/_=.,?)\n',
|
||||||
`Temporary Password:`
|
'Temporary Password:',
|
||||||
`${password}\n`,
|
`${password}\n`,
|
||||||
receiptFooter
|
receiptFooter
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user