Skip to content

Commit

Permalink
Increase default length of generated passwords.
Browse files Browse the repository at this point in the history
This was a long time coming.
  • Loading branch information
miracle2k committed Dec 1, 2011
1 parent b71d4ef commit a65b35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PasswordGeneratorFormUnit.dfm
Expand Up @@ -67,7 +67,7 @@ object PasswordGeneratorForm: TPasswordGeneratorForm
ButtonKind = bkStandard
MaxValue = 99.000000000000000000
MinValue = 1.000000000000000000
Value = 6.000000000000000000
Value = 15.000000000000000000
Anchors = [akLeft, akRight, akBottom]
TabOrder = 1
end
Expand Down

0 comments on commit a65b35f

Please sign in to comment.