towerops/test/towerops_web
Graham McIntire 3eb95b5f90
Streamline login flow and fix test failures
Login flow improvements:
- Remove "Welcome back!" flash message on successful login
- Auto-login users clicking magic links without confirmation prompt
- Always use "remember me" for magic link logins
- Fix Accounts.login_user_by_magic_link/1 to handle invalid token format

Test fixes:
- Add @tag :integration to Ping tests (require actual system ping)
- Add halt() calls to UserAuth.start_impersonation error paths

Users now go directly to their intended destination after clicking a
magic link, with no interruption for "log in and stay logged in" choice.
2026-01-13 13:08:24 -06:00
..
controllers Streamline login flow and fix test failures 2026-01-13 13:08:24 -06:00
live Add comprehensive tests for EquipmentLive.Show 2026-01-13 09:13:40 -06:00
plugs Add comprehensive AgentAuth plug tests 2026-01-13 08:35:13 -06:00
user_auth_test.exs more tests 2026-01-13 09:18:25 -06:00