Skip to content

Release 1.6.0 — add two-factor-pin template

Choose a tag to compare

@MichaelSowah MichaelSowah released this 28 May 00:50
· 22 commits to main since this release
bbf4e5b

Added

  • two-factor-pin email template (src/Templates/html/two-factor-pin.html): Renders the 6-digit PIN for the framework's core email-PIN 2FA feature (Glueful Framework 1.45.0 "Fomalhaut"). Mirrors the existing password-reset/verification templates ({{> header}} / {{> footer}} partials) and uses the {{pin}} and {{ttl_minutes}} variables dispatched by TwoFactorService.

Notes

  • No breaking changes; no API changes. Purely additive — the template is only used when paired with Glueful Framework 1.45.0+ and TWO_FACTOR_ENABLED=true. Older framework versions simply ignore the unused template.
  • Framework requirement unchanged (>=1.30.0).