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

Replace resent confirmation link with button #5447

Merged
merged 4 commits into from
Dec 29, 2024

Conversation

AntonKhorev
Copy link
Collaborator

Includes #5446

There's an issue that the resend confirmation email link reads "click here" #5431. I think there shouldn't be any link at all, this should be a button because it does something, not just loads a page. And the page shouldn't be accessible by GET, the button should trigger POST. When you accept the confirmation link, there's also a button which posts, but its hidden and autoclicked by javascript. The current resend link+GET existed since bddf524.

Fixes #5431 by not having a link, and not writing "click here" on a button.

image

@AntonKhorev AntonKhorev force-pushed the confirm-resend-button branch from cde73ae to fcfb7d4 Compare December 29, 2024 03:28
@tomhughes
Copy link
Member

This depends on #5446 being merged first.

@tomhughes
Copy link
Member

Looks good to me, thanks.

@tomhughes tomhughes merged commit bdd36c7 into openstreetmap:master Dec 29, 2024
22 checks passed
@AntonKhorev AntonKhorev deleted the confirm-resend-button branch December 30, 2024 09:26
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.

Accessibility issue: links "click here"
2 participants