Opened 3 years ago

Closed 3 years ago

#8 closed enhancement (worksforme)

Password fields should show asterisks instead of plain text

Reported by: petertennekes Owned by:
Priority: major Milestone: Future Release
Component: All platforms Version:
Keywords: Cc:

Description

Password fields should show asterisks in Nokia style if possible.
(was #180)
development discussion
01/14/10 13:39:22 changed by apoi

priority changed from minor to major.
01/20/10 14:31:15 changed by jkal

Using QLineEdit::PasswordEchoOnEdit?? does not seem to work very well with explanatory line edit. So I guess that in order to fix this, we must extend or subclass ExplanatoryTextEdit?? to add the functionality of showing asterisks.

01/21/10 08:50:24 changed by apoi

owner set to pten.
Implemented so that field shows asterisks when there's no focus, and plain text if it has focus. Needs testing (e.g. to ensure that the real value is used when creating XML requests, not the asterisks).

01/22/10 15:44:06 changed by pten

owner changed from pten to apoi.
I think we should not show the plain text when the field is in focus. This would mean that you could actually know somebodies pw when you have short physical access to the device

01/22/10 16:29:07 changed by apoi

Implementation model for this needs some more discussion.

Change History (2)

comment:1 Changed 3 years ago by petertennekes

  • Milestone set to Future Release

comment:2 Changed 3 years ago by tmar

  • Resolution set to worksforme
  • Status changed from new to closed

The plaintext password is available in the settings file as well.

Note: See TracTickets for help on using tickets.