From: | "Rizwan Akbar" <rizwan(dot)akbar(at)catalisse(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #4621: Password is shown on the terminal |
Date: | 2009-01-19 06:22:44 |
Message-ID: | 200901190622.n0J6MiD0003512@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 4621
Logged by: Rizwan Akbar
Email address: rizwan(dot)akbar(at)catalisse(dot)com
PostgreSQL version: 8.2
Operating system: Windows XP
Description: Password is shown on the terminal
Details:
Steps to reproduce: -
1) Take a dump of any database from the console.
2) Now restore the DB by using the following command and parameters.
psql -U postgres testdb < D:\backups\jan1809.sql
3) When you press 'Enter' button, system asks for the password.
4) When you type password, it is shown in the plain text instead of in
encrypted form or hidden from the user.
Expected Result: -
1) Password should be hidden or *s should be shown.
Note that I am using the Win XP with service pack 3.
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-01-19 08:48:03 | Re: postgres 8.4 |
Previous Message | Tom Lane | 2009-01-18 16:35:19 | Re: BUG #4620: Unexpected(doc'd) side effects of using serial and rules |