From ec6b533bd55a4d8924820495bbbe87d1ad987948 Mon Sep 17 00:00:00 2001 From: Felipe Neves Brito Date: Thu, 15 Sep 2016 13:54:59 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0d60fc..7258730 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![npm](https://img.shields.io/npm/l/express.svg?maxAge=2592000)]() [![Build Status](https://travis-ci.org/FelipeNBrito/FNBPasswordValidator.svg?branch=master)](https://travis-ci.org/FelipeNBrito/FNBPasswordValidator) [![Coverage Status](https://coveralls.io/repos/github/FelipeNBrito/FNBPasswordValidator/badge.svg?branch=master)](https://coveralls.io/github/FelipeNBrito/FNBPasswordValidator?branch=master) +[![npm](https://img.shields.io/npm/dt/fnbpasswordvalidator.svg)]() Make sure youre users have a secure password, checking for uppercase/lowercase letters, numbers, special characters, prohibited words (e.g. their name or email address) and min/max password length.