From 0f068a45911de953089790111b58c67fe3be16e8 Mon Sep 17 00:00:00 2001 From: Erayd Date: Sun, 14 Apr 2019 12:06:53 +1200 Subject: [PATCH] Also remove reference to `email` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd33522..643c80d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Browserpass was designed with an assumption that certain conventions are being f 1. Password must be defined on a line starting with `password:`, `pass:` or `secret:` (case-insensitive), and if all of these are absent, the first line in the password entry file is considered to be a password. -1. Username must be defined on a line starting with `login:`, `username:`, `user:` or `email:` (case-insensitive), and if all of these are absent, default username as configured in browser extension or in `.browserpass.json` of specific password store, and finally if everything is absent the file name is considered to be a username. +1. Username must be defined on a line starting with `login:`, `username:`, or `user:` (case-insensitive), and if all of these are absent, default username as configured in browser extension or in `.browserpass.json` of specific password store, and finally if everything is absent the file name is considered to be a username. 1. OpenID URL must be defined on a line starting with `openid:` (case-insensitive).