Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/strengthify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8320aae..8891c39 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ be configured with the first parameter of `.strengthify`.
<dl>
+<dt>userInputs</dt><dd> an array of strings that zxcvbn will treat as an extra dictionary</dd>
<dt>drawTitles</dt><dd> pop-up text (above)</dd>
<dt>drawMessage</dt><dd> detailed message beneath input</dd>
<dt>drawBars</dt><dd> password strength color progression bars beneath input</dd>
@@ -58,6 +59,7 @@ Default:
```JSON
{
"zxcvbn": "zxcvbn/zxcvbn.js",
+ "userInputs": [],
"titles": [
"Weakest",
"Weak",