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
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 ### Added
- Allow user to abort password move when it is replacing an existing file - 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 ## [1.7.2] - 2020-04-29
### Added ### Added

View File

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