PasswordEntry: add user to the potential candidates for username (#766)
This commit is contained in:
parent
feab56994d
commit
ed3312b303
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -168,6 +168,7 @@ class PasswordEntry(private val content: String) {
|
|||
val USERNAME_FIELDS = arrayOf(
|
||||
"login:",
|
||||
"username:",
|
||||
"user:",
|
||||
"account:",
|
||||
"email:",
|
||||
"name:",
|
||||
|
|
Loading…
Reference in a new issue