Skip to content

Commit f172b1d

Browse files
committed
update readme
1 parent 54bd8d9 commit f172b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If a password is defined in an article, it will **ALWAYS** overwrite the global
117117

118118
### Password inventory
119119

120-
With the `password_inventory` you can define protection levels (assigned with the meta tag `password_level` in markdown files).
120+
With the `password_inventory` you can define protection levels (assigned with the meta tag `level` in markdown files).
121121

122122
```yaml
123123
plugins:
@@ -132,7 +132,7 @@ plugins:
132132
user5: 'password5'
133133
```
134134

135-
These levels may be only one password (classified), a list of multiple passwords (confidential) or multiple username/password pairs.
135+
These levels may be only one password (f.ex. classified), a list of multiple passwords (f.ex. confidential) or multiple username/password pairs (f.ex. secret).
136136
It is possible to reuse credentials at different levels.
137137

138138
>Note that a "list of multiple passwords" comes with a downside: All entries are tried because unlike "user/password pairs"
@@ -169,7 +169,7 @@ secret:
169169

170170
You can add the special level `_global`, which will be applied globally on all sites like this:
171171

172-
```yam
172+
```yaml
173173
plugins:
174174
- encryptcontent:
175175
password_inventory:

0 commit comments

Comments
 (0)