[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2004-03-26 6:41:20
Message-ID: 20040326064120.C5F029190 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

now that this is used for more than just passwords, such as PGP passphrases
100 characters isn't enough. just helped someone with this issue who had
a 108 character passphrase on their PGP key who couldn't seem to get KMail
or KGPG working ;-)

dunno if 200 characters is "long enough", but one should hope so. if there
is a better idea (e.g. dynamic length?) then that would be better. for now
this is a stop-gap measure to ensure less people get hung up on this.

CCMAIL:curtis.sloan@shaw.ca


  M +1 -1      kpassdlg.cpp   1.33


--- kdelibs/kdeui/kpassdlg.cpp  #1.32:1.33
@@ -58,5 +58,5 @@ class KPasswordDialog::KPasswordDialogPr
 };
 
-const int KPasswordEdit::PassLen = 100;
+const int KPasswordEdit::PassLen = 200;
 
 KPasswordEdit::KPasswordEdit(QWidget *parent, const char *name)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic