How to set admin password

Hello All,
I installed desktop client and able to connect to the database. Initial trytond server installation it did not ask me admin password. First thing i would like to know what will be the default admin password to connect the postgresql local database or else how can i set the superuser password.
I m trying to connect with admin user and pwd admin i m getting below error.

ERROR trytond.security login failed for ‘admin’ from ‘127.0.0.1’ on database ‘tryton’

Appreciate your help.

Thanks
Amish

1 Like

You can change the admin password using the trytond-admin command:

trytond-admin -d tryton -p

This will ask you for the new password. Once updated you should be able to access the server with the new password.

1 Like

Thanks I am able to change the password.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.