Skip to content

Commit

Permalink
Emphasize that the userLoginName has to refer to an existing user in …
Browse files Browse the repository at this point in the history
…the database.

This came up in #4
  • Loading branch information
nymanjens committed Sep 17, 2021
1 parent c4a8d39 commit e672eee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ When done, browse to http://<ip_address>:9000/app/useradministration (username:
## Configuration
- `conf/application.conf`:<br>
Setup and configure a database here.
- `conf/accounting-config.yml`:<br>
Edit this file to reflect your situation and preferences.
- Add users:<br>
A default user is created with the `-DcreateAdminUser` flag (username: admin, password:
changeme). This account can create new users.
- `conf/accounting-config.yml`:<br>
Edit this file to reflect your situation and preferences. Note that
`userLoginName` has to refer to a user that already exists in the database
(see previous pointq)
## Usage
To effectively use this tool, you must learn to input the transactions correctly. Therefore,
Expand Down

0 comments on commit e672eee

Please sign in to comment.