1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Template: tryton-server-postgresql/db-admin-password
Type: string
_Description: Initial admin password for Tryton:
A superuser account named "admin" will be created for the Tryton database.
Please specify the password that this account should require for the initial
login.
.
If it is left empty a random password will be used. You can reset this
password from the command line with
.
$ sudo -u tryton trytond-admin -c /etc/tryton/trytond.conf --password -d <your_database_name>
.
Note: The initialization of the database may take some time; please be patient.
Template: tryton-server-postgresql/db-admin-email
Type: string
Default: root@localhost
_Description: Email address for the admin user:
Please specify a valid email address that should receive administrative
messages from the Tryton server.
|