PasswordEntry: add user to the potential candidates for username (#766)

This commit is contained in:
Harsh Shandilya 2020-05-06 13:59:48 +05:30 committed by GitHub
parent feab56994d
commit ed3312b303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
### Added
- Allow user to abort password move when it is replacing an existing file
### Fixed
- Add the following fields to encrypted username detection: user, account, email, name, handle, id, identity.
## [1.7.2] - 2020-04-29
### Added

View file

@ -168,6 +168,7 @@ class PasswordEntry(private val content: String) {
val USERNAME_FIELDS = arrayOf(
"login:",
"username:",
"user:",
"account:",
"email:",
"name:",