I have activated two-step verification using the Microsoft Authenticator app. Unfortunately, I have uninstalled the app and did not log in directly but only scanned the QR code during the setup. As a result, I am unable to provide the authentication code required to log in to my account. Could you please guide me on how to regain access to my account?
@denystry9 ай бұрын
Thank you for great video, if we will put auth='user' , How we need to auth user? we need to send in header user and password from odoo? Or we need make auth get something like session and than path it in header? If you make example video would me great! thanks
@KanakInfosystemsLLP9 ай бұрын
Hello @denystry, There are some default auth that is provided by the Odoo. These are 'user', 'public', and 'none'. In user auth, we need to send odoo internal or portal user credentials in the header for session authentication. We can also authenticate the session using login credentials with the help of the default API (web/session/authenticate).
@FFresh8 ай бұрын
Awesome vid ! I followed all the steps but i am getting an error for the user_id res.users.apikeys' object has no attribute '_check_credientials' Any help would be great, thank you !
@KanakInfosystemsLLP8 ай бұрын
Hello @FFresh, There is a Typo mistake. Kindly correct this and recheck if you still having the issue. It should be "_check_credentials" instead of "_check_credientials"