On Apr 1, 2013, at 4:27 PM, Ashutosh Verma <[email protected]> wrote:
> i have created a database in tryton, but now i forget the admin password of > that database , how can i restore/know the admin password of that database ? You can never know the admin password, but you can reset it by setting the salt and password in the res_user table. Copy both the values from an existing user row (obviously where you know username or password) or from another db where you know the credentials. Thanks Sharoon Thomas
