Monday, April 26, 2021
1 change · master
New functionality added to Odoo
Users can now mark a device as trusted during two-factor login, reducing repeated verification prompts on future sign-ins from that device. Account security settings now show trusted devices with browser and operating system details, and users can revoke one device or all trusted devices when needed.
Original PR description
+ Added the 'Trusted Devices' feature + Added 'Remember this Device' checkbox on /web/login/totp + Added trusted device's OS / browser on Profile > Account Security Added '2FA Trusted Devices' feature to allow users to remember their device to bypass the 2FA for the next connections. The trusted devices are displayed in a 'Trusted Devices' One2Many under the 'Developer API Keys'. It is possible to revoke all the trusted devices at once with a special button. It is also possible to revoke one at a time on the desired one.