system: tweak working for #1929

This commit is contained in:
Franco Fichtner 2018-04-29 21:16:14 +02:00
parent b78654eb98
commit 5fafceada9

View File

@ -720,7 +720,7 @@ $(document).ready(function() {
<input name="disableintegratedauth" type="checkbox" value="yes" <?= empty($pconfig['disableintegratedauth']) ? '' : 'checked="checked"' ?> />
<?=gettext("Disable integrated authentication"); ?>
<div class="hidden" data-for="help_for_disableintegratedauth">
<?=gettext("Disable OPNsense integrated authentication module for console access, falling back to normal unix authentication.");?>
<?=gettext('Login, SSH, and other system services may only use standard UNIX user/password authentication.');?>
</div>
</td>
</tr>