aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 03:04:33 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 03:04:33 +0200
commit923cc37d9af8326fd5e824806ee56ff04562fe94 (patch)
treef19f6285e420571032c7b9ac440f5da2d58034db
parent5c1a0187cf1afde333bc21d8c6c3534907d15f46 (diff)
downloadrofi-pass-923cc37d9af8326fd5e824806ee56ff04562fe94.tar.gz
config: add autotype. README: mention customizable field names
-rw-r--r--README.md2
-rw-r--r--config.example1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3e95e2..4209f51 100644
--- a/README.md
+++ b/README.md
@@ -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