-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to setup password-only with no terminating character #28
Comments
Incidentally, it seems that OnlyKey sends not one, but two Returns in this setup, which is even worse as it damages even the use cases where a terminating Return is acceptable (because the other Return will be taken for a real key). |
For this use case have you considered setting the delay so that you have time to type in what you want after the password? We could change this so that enter is not pressed at the end but as far as I know every use case except the one you mentioned would need to press enter either after password or after OTP entry. And for your use case delay might be sufficient let me know. |
This issue has multiple aspects with different levels of impact:
Note that the UI should reflect what actually happens. If a Return is the default terminator, then it should be selected by default in the configurator. If you leave it empty, as it is now, it leads the user to believe that no terminator will be used, which apparently doesn't happen. |
It has been about two months and there has not been additional interest in this feature. The desired functionality can be achieved using the delay. |
If I setup an OnlyKey slot to:
[x] Label: something
[x] Password: 12345 / 12345
( ) Tab ( ) Return
I expect that only the password ("12345") will be sent by the OnlyKey. Instead, Return is appended to it. That makes it difficult to use two-factor passwords where one part of the password is a fixed password I type and the other part is a random-looking string stored in OnlyKey - this scenario is only feasible if I setup the two parts in order of known-owned, and only if I can always use the same terminating character on all systems (which is not always the case). It should definitely be possible to select "None" as a terminating character.
The text was updated successfully, but these errors were encountered: