Again, the requirement of password of dlgUser.cpp

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Again, the requirement of password of dlgUser.cpp
Date: 2005-03-16 00:23:16
Message-ID: 014001c529be$59999690$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas.

I have this requirement said by a user many times.:-(
We should hide password which it is inputted from.

--- src/ui/common/dlgUser.xrc.orig Tue Mar 15 10:25:19 2005
+++ src/ui/common/dlgUser.xrc Tue Mar 15 10:26:02 2005
@@ -25,6 +25,7 @@
<object class="wxStaticText" name="stPasswd">
<label>Password</label>
<pos>5,37d</pos>
+ <style>wxTE_PASSWORD</style>
</object>
<object class="wxTextCtrl" name="txtPasswd">
<pos>70,35d</pos>

You said that it was meaningless because there was SQL which did
reverse in the SQL Frame. but, meaning is different from it. user will
make it "password_encryption = true" of postgresql.conf. Then, when
it is inputted, it is made to be disappointed.:-(
This is strongly required.

regards,
Hiroshi Saito

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-03-16 08:40:08 Re: Again, the requirement of password of dlgUser.cpp
Previous Message Dave Page 2005-03-15 08:12:50 Re: Splash graphics