odoo
odoo copied to clipboard
[FIX] website_profile: prevent multiple email verifications in portal
Problem: Newly created users on the portal can click the 'verify email' button multiple times quickly, leading to the generation of multiple verification emails without refreshing the page.
Steps to Reproduce:
- Create a new user on the website.
- Sign in as the new user and navigate to the 'Forum' page.
- Click the 'verify email' button multiple times quickly.
- Check Mailhog / Network requests for multiple verification emails.
opw-4122195