-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
add gui feature to copy password with TOTP appended #8443
add gui feature to copy password with TOTP appended #8443
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #8443 +/- ##
===========================================
+ Coverage 64.44% 64.52% +0.08%
===========================================
Files 339 339
Lines 43954 43883 -71
===========================================
- Hits 28325 28315 -10
+ Misses 15629 15568 -61
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Can you list more than one website that forces this craziness? I am not a fan of adding this as a feature, it's undiscoverable and used by 0.01%. In the past we recommened you create an Auto-Type window association for this pattern: |
I searched for "concatenate your password" and the first two links were sap and ibm, so perhaps useless for most, but quite useful for people who have to use {PASSWORD}{TOTP} |
In my environment it's freeipa, and the clipboard is better than Auto-Type for me as I can share it with VMs. |
I've also worked in companies where this was treated as an essential security measure to use topt after password only. Even Apple has created a password manager resources repository recently where there is a main point "Websites Where 2FA Code is Appended to Password". |
03e18c2
to
b8b218e
Compare
For use cases where a single field is used to enter both password and TOTP, this would save time.
Testing strategy
Tested manually on Fedora 36
Type of change