From: "Tim Van Holder" To: Subject: Re: Status update (Smalltalk/Python) Date: Sun, 21 Jan 2001 14:10:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id IAA26598 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I wonder: isn't this dangerous? Won't we get problems with some > over-zealous programs that might not like empty passwords? > > (Also, a non-empty password might be less dull ;-) Wasn't sure what to use for a value though; would apps expect crypt()'ed values or plaintext? And what would be a good value? Maybe we could select one randomly from "secret", "password" and "god" :-) I'm open to suggestions...