Skip to content

Commit

Permalink
[AN] ✨ Add warning on reset password default mail
Browse files Browse the repository at this point in the history
Signed-off-by: Cécile Chemin <[email protected]>
  • Loading branch information
CChemin committed Jan 31, 2024
1 parent 3f1b7d5 commit 290b70c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"Sender": "<#if properties.senderEmail??>${properties.senderEmail}<#else>[email protected]</#if>",
"Subject": "Votre nouveau mot de passe",
"Content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"><html><body><p>Bonjour,</p><p>Suite à votre demande, voici votre nouveau mot de passe <#if properties.application??> pour l'accès à ${properties.application} </#if>:</p><p>${password}</p><#if properties.assistMail??><p>Pour toute demande d'assistance, vous pouvez contacter ${properties.assistMail} par courrier électronique.</p></#if><p>Cordialement,</p><#if properties.signature??><p>${properties.signature}<#else>Assistance Insee</#if></p></body></html>"
"Content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"><html><body><p>Bonjour,</p><p>Suite à votre demande, voici votre nouveau mot de passe <#if properties.application??> pour l'accès à ${properties.application} </#if>:</p><p>${password}</p><p>Attention, vous devez respecter les majuscules, minuscules et caractères spéciaux.</p><#if properties.assistMail??><p>Pour toute demande d'assistance, vous pouvez contacter ${properties.assistMail} par courrier électronique.</p></#if><p>Cordialement,</p><#if properties.signature??><p>${properties.signature}<#else>Assistance Insee</#if></p></body></html>"
},
"Recipients":{
"Recipient":[
Expand Down

0 comments on commit 290b70c

Please sign in to comment.