diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config.example | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ foobarmysecurepassword UserName: MyUser URL: http://my.url.foo ``` -* Auto Typing of more than one field. This expects a CustomOrder field in password file: +* Auto Typing of more than one field. This expects a CustomOrder field in password file. (name of the field can be changed in config file - same for URL and Username) ``` foobarmysecurepassword --- diff --git a/config.example b/config.example index 578540b..35ad404 100644 --- a/config.example +++ b/config.example @@ -4,6 +4,7 @@ basedir=~/.password-store/ # fields to be used URL_field='URL' USERNAME_field='UserName' +AUTOTYPE_field='CustomOrder' ## Programs to be used # Editor |