Skip to content

fix(auth): show the right message when a signed-in user hits guest pages - #1139

Open
raulriera wants to merge 1 commit into
masterfrom
fix/require-no-user-flash
Open

fix(auth): show the right message when a signed-in user hits guest pages#1139
raulriera wants to merge 1 commit into
masterfrom
fix/require-no-user-flash

Conversation

@raulriera

Copy link
Copy Markdown
Member

Summary

  • require_no_user flashed t(:not_logged_in) — copy-pasted from require_user — so a signed-in user visiting signup or the password-reset page was told "Not logged in"
  • New already_signed_in key in en/es/pt with the correct message

Test plan

  • Red test shows 'Not logged in' flashed to a signed-in user
  • Green after fix
  • Full suite passes (523 runs, 0 failures)

require_no_user flashed t(:not_logged_in) - copy-pasted from
require_user - so a signed-in user visiting signup or password reset
saw 'Not logged in'. Add an already_signed_in key in en/es/pt.
@github-actions github-actions Bot added the fix A bug has been resolved label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix A bug has been resolved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant