mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
PasswordEntry: add user to the potential candidates for username (#766)
This commit is contained in:
parent
feab56994d
commit
ed3312b303
@ -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
|
||||||
|
@ -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:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user