correction of autocomplete when entering passwords or access data; prevents saving of auto fill data for smtp credentials in system settings
Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
@@ -58,7 +58,7 @@ return [
|
||||
'ftp_password' => [
|
||||
'label' => lng('login.password'),
|
||||
'type' => 'password',
|
||||
'autocomplete' => 'off',
|
||||
'autocomplete' => 'new-password',
|
||||
'mandatory' => true,
|
||||
'next_to' => [
|
||||
'ftp_password_suggestion' => [
|
||||
|
||||
@@ -51,7 +51,7 @@ return [
|
||||
'label' => lng('login.password'),
|
||||
'desc' => lng('ftp.editpassdescription'),
|
||||
'type' => 'password',
|
||||
'autocomplete' => 'off',
|
||||
'autocomplete' => 'new-password',
|
||||
'next_to' => [
|
||||
'ftp_password_suggestion' => [
|
||||
'next_to_prefix' => lng('customer.generated_pwd') . ':',
|
||||
|
||||
Reference in New Issue
Block a user