This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180698

Summary: Database: Create Java DB Database dialog does not hide password.
Product: db Reporter: gliesian <gliesian>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED FIXED    
Severity: normal CC: jkovalsky, sunbiz
Priority: P3 Keywords: NETFIX, UI
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: changed to passwordField

Description gliesian 2010-02-14 12:49:39 UTC
The Create Java DB Database (invoked from right clicking the Java DB node and Create Database..) does *not* hide the new password with asterisks.

So, if you type in 'password', you see 'password' and not '********'.

The dialog should let you enter it twice (hidden), if in case there is user error.

Thanks.
Comment 1 sunbiz 2010-03-23 22:05:20 UTC
I agree with the reporter that we should use a password field instead of normal textfield for create database dialog.

Looks like a NetFIX[1] participant can take on. Does Jiri Rechtacek agree?

[1]http://wiki.netbeans.org/NetFIX
Comment 2 Jiri Rechtacek 2010-03-24 09:42:14 UTC
I do agree. Please, fix it. Thank you
Comment 3 sunbiz 2010-03-24 18:28:19 UTC
Created attachment 95716 [details]
changed to passwordField
Comment 4 Jiri Kovalsky 2010-03-24 19:15:32 UTC
Jirko, can you please integrate this patch? Thanks!
Comment 5 Jiri Rechtacek 2010-03-26 10:26:56 UTC
The patch was applied in core-main/rev/f16cc3e48a95. Thanks sanbiz.
I added confirmation of password in core-main/rev/a6a859150b3f
Comment 6 Jiri Kovalsky 2010-03-26 11:54:17 UTC
Thanks Jirko for your review & integration plus thanks for your patch Saptarshi!
Comment 7 Quality Engineering 2010-03-27 06:14:47 UTC
Integrated into 'main-golden', will be available in build *201003270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a6a859150b3f
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #180698: Create Java DB Database dialog does not hide password