Friday, June 26, 2026
2 changes · saas-19.2
Enhancements to existing features
The PDP registration process is more flexible and secure: users can now adjust their contact email during registration, and the connection process includes extra protection to prevent impersonation. In addition, deregistering a participant now clears the KYC status so the process can be restarted if needed.
Original PR description
It seems the readonly can cause some problem because the user might want to change it during the registration. Also adding the hash signed to the connect route to make sure nobody can impersonate the kyc Also clicking on the button_deregister_pdp_participant action will now reset the kyc status so that you can do it again if needed. task-626574 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#268833
The system now records information when a device used for a session does not match the expected fingerprint. This helps teams spot unusual logins or possible account misuse more quickly.
Original PR description
Log device information if fingerprint doesn't match the one currently being used for the current session. Task-6340963