prop/config
Graham McIntire 1d86e287b2 Add password auth with callsign + email confirmation
Generated Accounts context, User schema, and controllers via
phx.gen.auth. Adapted it for password-only login with required
email confirmation:

- Users have callsign (unique, uppercased), name, email, password
- Registration form fields: callsign, name, email, password, confirm
- Magic-link login path removed; login is email + password only
- After register, a confirmation email is sent and login is blocked
  until the account is confirmed via the token URL
- Confirmation link logs the user in on first use
- SMTP2GO configured as the outgoing mailer in k8s prod
2026-04-08 10:21:40 -05:00
..
config.exs Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00
dev.exs Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
prod.exs Configure outbound SMTP email via Swoosh with TLS 2026-04-02 13:08:50 -05:00
runtime.exs Add ERA5 reanalysis and RTMA data sources 2026-04-07 12:04:16 -05:00
test.exs Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00