Skip to content

Instantly share code, notes, and snippets.

@ejabu
Created February 24, 2023 00:33
Show Gist options
  • Save ejabu/58bd558a13109286c598f90d31b3d59e to your computer and use it in GitHub Desktop.
Save ejabu/58bd558a13109286c598f90d31b3d59e to your computer and use it in GitHub Desktop.
Update Odoo admin admin
UPDATE res_users
SET password_crypt = '$pbkdf2-sha512$25000$CmEsBcCY03pPKQWA0LpXqg$c0FLGFu6RglxSY5RnwEMcwu9qOoSxi.LJBaNMMggImIibARChKlTZ.bDfLI9j2q80rMNCa0mqk6oUOvmcoWe0A'
WHERE id = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment