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
passwdqc=Passwdqc.newpasswdqc.check('short')# should return "too short"passwdqc.check('this is a very long password')# should return nil, which means its good enough