fix #488 - support user field for completion
- a few other backends use `user` instead of `username` or `login` (e.g. gopass-jsonapi, keepass2csv importer, fpm2 importer) - shorter to type when extracting field separately (e.g. CLI/clipboard) tools
This commit is contained in:
parent
51ad0c2920
commit
3ab334dd00
5 changed files with 15 additions and 2 deletions
|
|
@ -48,6 +48,7 @@ public enum Constants {
|
|||
|
||||
public static let PASSWORD_KEYWORD = "password"
|
||||
public static let USERNAME_KEYWORD = "username"
|
||||
public static let USER_KEYWORD = "user"
|
||||
public static let LOGIN_KEYWORD = "login"
|
||||
public static let URL_KEYWORD = "url"
|
||||
public static let UNKNOWN = "unknown"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue