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:
@@ -43,7 +43,7 @@ return [
|
||||
'email_password' => [
|
||||
'label' => lng('login.password'),
|
||||
'type' => 'password',
|
||||
'autocomplete' => 'off',
|
||||
'autocomplete' => 'new-password',
|
||||
'mandatory' => true,
|
||||
'next_to' => [
|
||||
'email_password_suggestion' => [
|
||||
|
||||
Reference in New Issue
Block a user