Tuesday, July 28, 2026
1 change · saas-18.4
Enhancements to existing features
Odoo now supports the standard web address that browsers and password managers use to find where users can change or reset their password. This helps tools like Chrome, Safari, 1Password, and Bitwarden send users directly to the right Odoo password page, improving convenience and consistency.
Original PR description
Password managers and browsers rely on the standardized `/.well-known/change-password` URL to automatically locate a site's password change form, instead of relying on unreliable heuristics to detect it inside the page. Without this endpoint, users depending on password manager integrations (Chrome, Safari, 1Password, Bitwarden, etc) have no reliable way to be redirected to the actual reset form, resulting in a degraded UX and inconsistent behavior across browsers. This implements the Change Password URL specification by exposing a public route that redirects to `/web/reset_password`. Reference: https://wicg.github.io/change-password-url/ --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#277575