odoo/odoo#196525
Created by fw-bot
Merged
at 7509fcd743c9c59aab155d108b1d74df9080682d
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-18.1-17.0-fix-resetpassword-spinner-brvg-414072-fw
- head
- 91201d57c2c5e7b0398b2a91a73d9631d4d2c27b
- merged
- 8 months ago by Security, Bram Van Gaal (brvg)
odoo/odoo | |
---|---|
17.0 | #196389 |
saas-17.2 | #196503 |
saas-17.4 | #196514 |
18.0 | #196521 |
saas-18.1 | #196525 |
master | #196527 |
[FW][FIX] auth_signup: reset password spinner
Currently signup.js also defines SignUpForm, which overrides the reset password behavior. This bug is not present in 16.0, so I used the same name for the registry that is being used in 16.0.
Forward-Port-Of: #196389