After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151018 - It is not possible to disable visible feedback in the password entry.
It is not possible to disable visible feedback in the password entry.
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.6.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-25 12:42 UTC by Johan Martinsson
Modified: 2005-02-14 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for adding the wanted behavior to gdm CVS version. (9.63 KB, patch)
2004-08-25 12:43 UTC, Johan Martinsson
none Details | Review

Description Johan Martinsson 2004-08-25 12:42:40 UTC
The UNIX standard for password entries is that nothing is displayed at all
when typing into a password field. For example the console, xdm and ssh all use
this policy.

Visible feedback is very useful, and lack thereof can be confusing. Nevertheless
I think that disabling visual feedback should at least be an option.

Therefore I have made a patch for the CVS version of gdm that implements this
behavior using a gdm.conf key similar to the UseCirclesInEntry option.

The option name is UseInvisibleInEntry, which is a pretty strange name, chosen
mostly to be similar to the UseCirclesInEntry option. This option overrides
the UseCirclesInEntry option.

If something is unclear or changes in the patch is required, don't hesitate to
contact me.

Johan Martinsson
johan@NOMORESPAM.illion.se (Remove the NOMORESPAM part...)
Comment 1 Johan Martinsson 2004-08-25 12:43:28 UTC
Created attachment 30924 [details] [review]
Patch for adding the wanted behavior to gdm CVS version.
Comment 2 Christian Rose 2004-08-25 16:31:14 UTC
IIRC one of the reasons some login managers don't display anything in the
password field is so that there will be no visible information about the
password length. Perhaps useful in some severely security minded places.

Small typo in the patch:

+		This is the standard in console and xdm. Settings this

"Settings this" should probably be "Setting this".
Comment 3 Brian Cameron 2005-02-14 22:49:43 UTC
Fixed in CVS head.