OpenERP7.0 forgot admin admin password solution

Source: Internet
Author: User
Tags psql

Operating environment: Linux Ubuntu12.10 OpenERP7.0
The following actions, please note case
Switch users
[Email protected]:~# su-postgres
View Database
[Email protected]:~$ psql-l
Using the Demo database
[Email protected]:~$ psql Demo
If you do not have an encryption module installed, such as Auth_crypt
demo=# SELECT password from res_users where login = ' admin ';
The result of the query is an administrator password that is not encrypted.
If the encryption module is installed Auth_crypt
UPDATE res_users Set password_crypt = ' $1$zuqzjmf5$szflkmdy0ersp76ujyggz/' WHERE login = ' admin ';
After the change, the password is: admin
Other cryptographic modules are not tested.

OpenERP7.0 forgot admin admin password solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.