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:
authorJohn Welch <john.c.welch@gmail.com>2019-03-21 23:43:11 +0300
committerJohn Welch <john.c.welch@gmail.com>2019-03-21 23:43:11 +0300
commit0ba7497289593e692839570fabf13239a1731eb5 (patch)
tree0f077a0e6c0b2199ced668c91476fae30505e447
parent66c76b8ff6f75d98ceae7cf7c4858288ec16e408 (diff)
Add userInputs to README.md
-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",