Feature Request
What's the problem?
After successful registration, the app shows a success toast
and redirects. But if the user doesn't receive the verification
email (spam folder, typo in email, email delay), there is no
way to request it again from the UI.
There is no resend button, no link, no option the user is completely stuck and has no path forward without contacting support.
Where is it happening
src/pages/public/Register.jsx — post-registration flow
What I'm suggesting
After registration, show a confirmation screen or message that:
- Tells the user to check their email
- Includes a "Resend verification email" button
- Calls the appropriate API endpoint to resend the email
Why it matters
Verification emails frequently land in spam or get delayed.
Without a resend option, users get frustrated and abandon
the registration flow entirely.
I would like to work on this issue under GSSoC.
Please assign this issue to me.
Thank you.
Feature Request
What's the problem?
After successful registration, the app shows a success toast
and redirects. But if the user doesn't receive the verification
email (spam folder, typo in email, email delay), there is no
way to request it again from the UI.
There is no resend button, no link, no option the user is completely stuck and has no path forward without contacting support.
Where is it happening
src/pages/public/Register.jsx— post-registration flowWhat I'm suggesting
After registration, show a confirmation screen or message that:
Why it matters
Verification emails frequently land in spam or get delayed.
Without a resend option, users get frustrated and abandon
the registration flow entirely.
I would like to work on this issue under GSSoC.
Please assign this issue to me.
Thank you.