Summary: | password strength meter stays at zero | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Steffen Müthing <steffenm> |
Component: | general | Assignee: | Andrew Coles <andrew.i.coles> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
patch for KPasswordDialog
revised patch for KPasswordDialog |
Description
Steffen Müthing
2005-01-09 20:11:24 UTC
Created attachment 9006 [details]
patch for KPasswordDialog
OK, sounds like a good idea. Would you be happy if the default reasonable password length was 8 by default instead of 1, dropping the extra conditional to use 8 if the reasonable length is still the default (1)? Created attachment 9104 [details]
revised patch for KPasswordDialog
I agree. The conditional only needlessy complicates the code. Here is the
revised patch.
CVS commit by coles: CCMAIL: 96655@bugs.kde.org Added 'reasonable password length' option, used for calculating password strengths - previously, all strengths were calculated with respect to the maximum password length (200) unless a maximum length was specified. The default reasonable length is 8. Many thanks to Steffen M *** Bug has been marked as fixed ***. |