diff --git a/pandora_console/mobile/include/user.class.php b/pandora_console/mobile/include/user.class.php index 787cfc3c78..6e932366c8 100644 --- a/pandora_console/mobile/include/user.class.php +++ b/pandora_console/mobile/include/user.class.php @@ -397,6 +397,7 @@ class User 'value' => '', 'placeholder' => __('password'), 'label' => __('Password'), + 'required' => 'required', ]; $ui->formAddInputPassword($options); $options = [