You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the app displays the password in non-monospace font. This creates ambiguity when you are typing them out on separate devices. Notably I had problems with I, l, and |, each corresponding to uppercase I, lowercase l, and symbol |. This has made me either go through several versions and find the one that has no ambiguity, or limit the character set to eliminate them. Copy-paste is not an option since it needs to be typed in separate location. I propose either:
display generated passwords in monospace, or
add option to eliminate ambiguous characters.
The text was updated successfully, but these errors were encountered:
Currently the app displays the password in non-monospace font. This creates ambiguity when you are typing them out on separate devices. Notably I had problems with I, l, and |, each corresponding to uppercase
I
, lowercasel
, and symbol|
. This has made me either go through several versions and find the one that has no ambiguity, or limit the character set to eliminate them. Copy-paste is not an option since it needs to be typed in separate location. I propose either:The text was updated successfully, but these errors were encountered: