mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
System: Access: Users - add help text to disabled to explain this only applies to local users. closes https://github.com/opnsense/core/issues/7604
This commit is contained in:
parent
93304298ab
commit
5d98f9fde0
@ -576,9 +576,12 @@ $( document ).ready(function() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Disabled");?></td>
|
||||
<td><a id="help_for_disabled" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Disabled");?></td>
|
||||
<td>
|
||||
<input name="disabled" type="checkbox" id="disabled" <?= $pconfig['disabled'] ? "checked=\"checked\"" : "" ?> />
|
||||
<div class="hidden" data-for="help_for_disabled">
|
||||
<?=gettext("Deny authentication, only applicable for local users");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user