landshark666 / passwordmaker-je

Java port of the Firefox PasswordMaker plugin
8 stars 4 forks source link

use mono-spaced font to display generated passwords #42

Closed landshark666 closed 9 years ago

landshark666 commented 9 years ago

Original issue 42 created by landshark666 on 2013-01-05T08:51:54.000Z:

What steps will reproduce the problem?

  1. Produce a password that contains an 'l' (small 'l'etter) or 'I' (capital 'I'talic).
  2. Here it works with URL 'asdfasdf' and password 'asdfasd'.

What is the expected output? What do you see instead? Since the password is displayed using Sans Serif font, it is impossible to visually distinguish 'l' (small) from 'I' (capital).

I would suggest to use a Mono spaced font which should avoid such issues.

What version of the product are you using? On what operating system? 0.7.2 on Ubuntu Precise.

landshark666 commented 9 years ago

Comment #1 originally posted by landshark666 on 2013-01-17T03:56:44.000Z:

<empty>

landshark666 commented 9 years ago

Comment #2 originally posted by landshark666 on 2013-01-17T04:49:20.000Z:

Will be included in release 0.8.0. Implemented in commit c2f9cf0..788665e.

landshark666 commented 9 years ago

Comment #3 originally posted by landshark666 on 2013-01-17T04:54:23.000Z:

<empty>

landshark666 commented 9 years ago

Comment #4 originally posted by landshark666 on 2013-10-28T16:44:34.000Z:

I've once more been bitten by this issue: "l" vs "I". Are there plans to release 0.8.0 any time soon?