Skip to content

Commit

Permalink
Add usernames for admin and monitor users to help
Browse files Browse the repository at this point in the history
Add the correct usernames for the two users with `admin` and `monitoring` rights in the help text.
  • Loading branch information
johannrichard authored and fichtner committed Mar 24, 2020
1 parent 0186f54 commit f9e8a16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<id>nut.account.admin_password</id>
<label>Admin Password</label>
<type>text</type>
<help>Set the admin password.</help>
<help>Set the password for admin user "admin".</help>
</field>
<field>
<id>nut.account.mon_password</id>
<label>Monitor Password</label>
<type>text</type>
<help>Set the monitor password.</help>
<help>Set the password for monitoring user "monuser".</help>
</field>
</subtab>
</tab>
Expand Down

0 comments on commit f9e8a16

Please sign in to comment.