From ae0aa614d3425ea48212a03099983ee117f2f57a Mon Sep 17 00:00:00 2001 From: alkatrazz Date: Sun, 17 May 2026 16:54:20 +0200 Subject: [PATCH] docs(email): masquer exemple App Password dans la doc --- admin/infra/email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/infra/email.md b/admin/infra/email.md index a30db68..ee43038 100644 --- a/admin/infra/email.md +++ b/admin/infra/email.md @@ -42,7 +42,7 @@ make vault-edit Modifier ou ajouter : ```yaml -vault_postfix_relay_password: "abcd efgh ijkl mnop" # App Password Google (avec espaces, OK) +vault_postfix_relay_password: "xxxx xxxx xxxx xxxx" # App Password Google 16 caractères (avec espaces, OK) ``` ```bash