1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-07-29 04:19:00 +03:00

cluster0: verify email QR via hosted image URL, not SMTP attachment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-23 19:01:30 +02:00
parent 7a014118a2
commit 529bd61682
3 changed files with 92 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ echo $ok ? "mail_ok" : "mail_fail";
log "$_out to=$TO short=$(echo "$_long" | sed 's/token=.*/token=…/')"
if echo "$_out" | grep -q mail_ok; then
log "hint: expect s.f0xx.org short link + verify-email-qr.png attachment (QR encodes …&src=qr)"
log "hint: expect s.f0xx.org short link + inline QR via s.f0xx.org/api/v1/qr/…png (encodes …&src=qr)"
fi
case "$_out" in
mail_ok) exit 0 ;;