correction for mandatory fields in forms
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -40,7 +40,7 @@ return [
|
||||
'new_loginname' => [
|
||||
'label' => lng('login.username'),
|
||||
'type' => 'text',
|
||||
'placeholder' => 'Leave empty for autogenerated value'
|
||||
'placeholder' => lng('admin.username_default_msg')
|
||||
],
|
||||
'createstdsubdomain' => [
|
||||
'label' => lng('admin.stdsubdomain_add') . '?',
|
||||
@@ -58,6 +58,7 @@ return [
|
||||
'label' => lng('login.password'),
|
||||
'type' => 'password',
|
||||
'autocomplete' => 'off',
|
||||
'placeholder' => lng('admin.username_default_msg'),
|
||||
'next_to' => [
|
||||
'new_customer_password_suggestion' => [
|
||||
'next_to_prefix' => lng('customer.generated_pwd') . ':',
|
||||
|
||||
Reference in New Issue
Block a user