mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This commit is contained in:
@@ -86,7 +86,7 @@ if ($_SESSION['userlevel'] < '10') {
|
||||
</select>
|
||||
<div class='checkbox'>
|
||||
<label>
|
||||
<input type='checkbox' checked='checked' name='can_modify_passwd'> Allow the user to change his password.
|
||||
<input type='checkbox' checked='checked' name='can_modify_passwd'> Allow the user to change their password.
|
||||
</label>
|
||||
</div>
|
||||
<hr>
|
||||
|
@@ -359,7 +359,7 @@ if ($_SESSION['userlevel'] != '10') {
|
||||
<input type='checkbox' ";
|
||||
if ($vars['can_modify_passwd'] == '1') {
|
||||
echo "checked='checked'";
|
||||
} echo " name='can_modify_passwd'> Allow the user to change his password.
|
||||
} echo " name='can_modify_passwd'> Allow the user to change their password.
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user