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:
Maurice Preuß (envoyr)
2025-02-27 02:01:51 +01:00
parent e17135f0c3
commit 8eb38a8a28
14 changed files with 17 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ return [
'mysql_password' => [
'label' => lng('changepassword.new_password_ifnotempty'),
'type' => 'password',
'autocomplete' => 'off',
'autocomplete' => 'new-password',
'next_to' => [
'mysql_password_suggestion' => [
'next_to_prefix' => lng('customer.generated_pwd') . ':',