mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 05:59:05 +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:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user