Thread: Patch: password style for the "Add Server" dialog
The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. The attached patch fixes it. i. --- src/ui/common/dlgServer.xrc.old Sun Aug 15 21:21:49 2004 +++ src/ui/common/dlgServer.xrc Thu Sep 16 11:48:12 2004 @@ -82,6 +82,7 @@ </object> <object class="wxTextCtrl" name="txtPassword"> <pos>70,110d</pos> + <style>wxTE_PASSWORD</style> <size>135,-1d</size> </object> </object> @@ -109,4 +110,4 @@ <size>218,168d</size> <style></style> </object> -</resource> \ No newline at end of file +</resource>
Thanks, patch applied. Regards, Dave > -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of > Ivan Nejgebauer > Sent: 16 September 2004 10:52 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Patch: password style for the "Add > Server" dialog > > The password text field in the "Add Server" dialog lacks the > password style option, so the password is displayed in the > clear when typed in. > The attached patch fixes it. > > i. >
Ivan Nejgebauer wrote: > The password text field in the "Add Server" dialog lacks the password > style option, so the password is displayed in the clear when typed in. Did you see the sql output? Regards, Andreas