Skip to content

Commit

Permalink
longer passwords by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed May 23, 2021
1 parent 332ad01 commit 98acddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static enum Event {
private final JCheckBox specialCharsField = new JCheckBox();
private final JCheckBox nonConfusingField = new JCheckBox();
private final JCheckBox allowRepeatsField = new JCheckBox();
private final JTextField lengthField = new JTextField("10");
private final JTextField lengthField = new JTextField("42");

private final PasswordBuilder builder = new PasswordBuilder();
private final PasswordBuilderModel model = new PasswordBuilderModel(builder);
Expand Down

0 comments on commit 98acddf

Please sign in to comment.