diff --git a/dist/autofill-debug.js b/dist/autofill-debug.js index 042e81694..b93b24328 100644 --- a/dist/autofill-debug.js +++ b/dist/autofill-debug.js @@ -12894,7 +12894,7 @@ const matchingConfiguration = exports.matchingConfiguration = { forceUnknown: /search|captcha|mfa|2fa|two factor|otp|pin/iu }, newPassword: { - match: /new|re.?(enter|type)|repeat|update\b/iu + match: /new|confirm|re.?(enter|type)|repeat|update\b/iu }, currentPassword: { match: /current|old|previous|expired|existing/iu diff --git a/dist/autofill.js b/dist/autofill.js index fd485bd79..b8da5a8ec 100644 --- a/dist/autofill.js +++ b/dist/autofill.js @@ -8531,7 +8531,7 @@ const matchingConfiguration = exports.matchingConfiguration = { forceUnknown: /search|captcha|mfa|2fa|two factor|otp|pin/iu }, newPassword: { - match: /new|re.?(enter|type)|repeat|update\b/iu + match: /new|confirm|re.?(enter|type)|repeat|update\b/iu }, currentPassword: { match: /current|old|previous|expired|existing/iu diff --git a/src/Form/matching-config/__generated__/compiled-matching-config.js b/src/Form/matching-config/__generated__/compiled-matching-config.js index 19f5db6f4..65a419dcc 100644 --- a/src/Form/matching-config/__generated__/compiled-matching-config.js +++ b/src/Form/matching-config/__generated__/compiled-matching-config.js @@ -249,7 +249,7 @@ const matchingConfiguration = { skip: /email|one-time|error|hint|^username$/iu, forceUnknown: /search|captcha|mfa|2fa|two factor|otp|pin/iu }, - newPassword: { match: /new|re.?(enter|type)|repeat|update\b/iu }, + newPassword: { match: /new|confirm|re.?(enter|type)|repeat|update\b/iu }, currentPassword: { match: /current|old|previous|expired|existing/iu }, username: { match: /(user|account|online.?id|membership.?id|log(i|o)n|net)((.)?(name|i.?d.?|log(i|o)n).?)?(.?((or|\/).+|\*|:)( required)?)?$|(nome|id|login).?utente|(nome|id) (dell.)?account|codice (cliente|uten)|nutzername|anmeldename|gebruikersnaam|nom d.utilisateur|identifiant|pseudo|usuari|cuenta|identificador|apodo|\bdni\b|\bnie\b| del? documento|documento de identidad|användarnamn|kontonamn|användar-id/iu, diff --git a/src/Form/matching-config/matching-config-source.js b/src/Form/matching-config/matching-config-source.js index 615001515..ad8cfb4df 100644 --- a/src/Form/matching-config/matching-config-source.js +++ b/src/Form/matching-config/matching-config-source.js @@ -271,7 +271,7 @@ const matchingConfiguration = { forceUnknown: 'search|captcha|mfa|2fa|two factor|otp|pin', }, newPassword: { - match: 'new|re.?(enter|type)|repeat|update\\b', + match: 'new|confirm|re.?(enter|type)|repeat|update\\b', }, currentPassword: { match: 'current|old|previous|expired|existing', diff --git a/swift-package/Resources/assets/autofill-debug.js b/swift-package/Resources/assets/autofill-debug.js index 042e81694..b93b24328 100644 --- a/swift-package/Resources/assets/autofill-debug.js +++ b/swift-package/Resources/assets/autofill-debug.js @@ -12894,7 +12894,7 @@ const matchingConfiguration = exports.matchingConfiguration = { forceUnknown: /search|captcha|mfa|2fa|two factor|otp|pin/iu }, newPassword: { - match: /new|re.?(enter|type)|repeat|update\b/iu + match: /new|confirm|re.?(enter|type)|repeat|update\b/iu }, currentPassword: { match: /current|old|previous|expired|existing/iu diff --git a/swift-package/Resources/assets/autofill.js b/swift-package/Resources/assets/autofill.js index fd485bd79..b8da5a8ec 100644 --- a/swift-package/Resources/assets/autofill.js +++ b/swift-package/Resources/assets/autofill.js @@ -8531,7 +8531,7 @@ const matchingConfiguration = exports.matchingConfiguration = { forceUnknown: /search|captcha|mfa|2fa|two factor|otp|pin/iu }, newPassword: { - match: /new|re.?(enter|type)|repeat|update\b/iu + match: /new|confirm|re.?(enter|type)|repeat|update\b/iu }, currentPassword: { match: /current|old|previous|expired|existing/iu