berrypod/lib/berrypod_web
jamey 0ddafbd84f
All checks were successful
deploy / deploy (push) Successful in 1m8s
fix recovery login crash for users with password set
login_user_by_magic_link raises for unconfirmed users with a password,
which is exactly what recovery creates. Use get_user_by_magic_link_token
directly and log in without the magic link guard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:52:46 +00:00
..
components add admin email settings page with provider selection 2026-02-21 19:29:34 +00:00
controllers fix recovery login crash for users with password set 2026-02-21 22:52:46 +00:00
live gate magic link login on verified email delivery 2026-02-21 22:25:27 +00:00
plugs fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
admin_layout_hook.ex auto-confirm admin during setup, skip email verification 2026-02-21 10:24:26 +00:00
cart_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
endpoint.ex only enable gzip static file serving in prod 2026-02-21 08:56:51 +00:00
gettext.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
router.ex add admin account recovery via setup secret 2026-02-21 21:40:53 +00:00
search_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
telemetry.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme_hook.ex fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
user_auth.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00