17.86. taler-merchant-passwd(1)#
17.86.1. Name#
taler-merchant-passwd - reset password of existing instance and/or create admin instance
17.86.2. Synopsis#
taler-merchant-passwd [-c FILENAME | –config=FILENAME] [-h | –help] [-L LOGLEVEL | –loglevel=LOGLEVEL] [-l FILENAME | –logfile=FILENAME] [-i**_*NAME* | **–instanceNAME] [-v | –version] [PASSWORD]
17.86.3. Description#
taler-merchant-passwd is a command-line tool to reset passwords of existing Taler instances. The password must either be specified as the last command-line argument or in the TALER_MERCHANT_PASSWORD environment variable.
Usually, the instance for which the password is being set must already exist. However, as a special exception, if the instance specified is the “admin” instance, then it is created (with sensible defaults) if it does not yet exist.
Its options are as follows:
- -c FILENAME | –config=FILENAME
Use the configuration and other resources for the merchant to operate from FILENAME.
- -h | –help
Print short help on options.
- -i NAME | –instanceNAME
Specifies the name of the instance for which the password should be updated. If not given, the “admin” instance is modified.
- -L LOGLEVEL | –loglevel=LOGLEVEL
Specifies the log level to use. Accepted values are:
DEBUG,INFO,WARNING,ERROR.- -l FILENAME | –logfile=FILENAME
Send logging output to FILENAME.
- -v | –version
Print version information.
17.86.4. See Also#
taler-merchant-httpd(1), taler-merchant.conf(5).
17.86.5. Bugs#
Report bugs by using https://bugs.taler.net or by sending electronic mail to <taler@gnu.org>.