Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signups now must to click button to confirm email, fixes #1468 #1469

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

prioux
Copy link
Member

@prioux prioux commented Feb 7, 2025

This should be easy to review.

When testing, remember that your dev environment doesn't actually send emails, but you can find the email's content in your RAILS logs.

YOu'll be able to find the URL of the confirm page, just post it in a incognito window.

You can also reset the 'confirmed' status in the console for multiple rounds of trials with

s = Signup.find(23) # adjust number
s.confirmed = false
s.save

@prioux prioux linked an issue Feb 7, 2025 that may be closed by this pull request
@prioux prioux merged commit 1a4c63e into aces:master Feb 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the signup process with an explicit confirmation page.
1 participant