summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_usermanager.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 5e4c7a2..9577bce 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -227,9 +227,6 @@ if (isAllowedPage("system_usermanager")) {
}
}
- if (isset($config['system']['ssh']['sshdkeyonly']) && empty($_POST['authorizedkeys']))
- $input_errors[] = gettext("You must provide an authorized key otherwise you won't be able to login into this system.");
-
/* if this is an AJAX caller then handle via JSON */
if (isAjax() && is_array($input_errors)) {
input_errors2Ajax($input_errors);
OpenPOWER on IntegriCloud