Replacing word based passwords with totally random passwords
Compare changes
+ 7
− 8
@@ -11,12 +12,10 @@ REVIEWERS = 'reviewers'
@@ -35,7 +34,7 @@ def store_password(username, groupname, password):
@@ -43,7 +42,7 @@ class GradyUserFactory: