In the Readme is says passwords "must contain 8 characters or more". But password needs 9 or more to be "strong". Line 50 should start with if (thisval.length > 7) instead of if (thisval.length > 8)
In the Readme is says passwords "must contain 8 characters or more". But password needs 9 or more to be "strong".
Line 50 should start with if (thisval.length > 7) instead of if (thisval.length > 8)