mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Add usernames for admin and monitor users to help
Add the correct usernames for the two users with `admin` and `monitoring` rights in the help text.
This commit is contained in:
parent
0186f548f8
commit
f9e8a166d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue