Password reset for the webinterface

Hello!

I forgot my password to login to tryton using the webinterface.

Would something like ALTER USER tryton WITH PASSWORD ‘mygreatpassword’; work to get a new one?

Andreas

If you used to log in with admin user you can change its password executing:

$ trytond-admin -c <config file> -d <database name> -p

Tryton will request you a new admin password to use.

You may want to take a look all the options trytond-admin brings to you:

$ trytond-admin --help

2 Likes