[Checkins] SVN: grokproject/trunk/grokproject/__init__.py Do not echo the password when it is typed.

Maurits van Rees m.van.rees at zestsoftware.nl
Fri May 2 05:53:41 EDT 2008


Log message for revision 86066:
  Do not echo the password when it is typed.

Changed:
  U   grokproject/trunk/grokproject/__init__.py

-=-
Modified: grokproject/trunk/grokproject/__init__.py
===================================================================
--- grokproject/trunk/grokproject/__init__.py	2008-05-02 09:52:16 UTC (rev 86065)
+++ grokproject/trunk/grokproject/__init__.py	2008-05-02 09:53:40 UTC (rev 86066)
@@ -20,7 +20,7 @@
     vars = [
         var('user', 'Name of an initial administrator user', default=NoDefault),
         var('passwd', 'Password for the initial administrator user',
-            default=NoDefault),
+            default=NoDefault, should_echo=False),
         var('newest', 'Check for newer versions of packages', default='false'),
         var('version_info_url',
             "The URL to a *.cfg file containing a [versions] section.",



More information about the Checkins mailing list