You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ If a password is defined in an article, it will **ALWAYS** overwrite the global
117
117
118
118
### Password inventory
119
119
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).
121
121
122
122
```yaml
123
123
plugins:
@@ -132,7 +132,7 @@ plugins:
132
132
user5: 'password5'
133
133
```
134
134
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).
136
136
It is possible to reuse credentials at different levels.
137
137
138
138
>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:
169
169
170
170
You can add the special level `_global`, which will be applied globally on all sites like this:
0 commit comments