-
-
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
Auto-Type field NEWPASSWORD support #5399
Comments
I don't understand the purpose. Are you going to define this as a sequence for numerous entries? Do you change your passwords every day? This isn't the solution to the password change problem. Technically doing {NEWPASSWORD} twice changes the password twice. The password change problem is real, but this requires advance setup and most will never do that. |
Did you try to open provided link? It precisely answers your question:
I change 5-10 passwords with 1 to 3 month rotation period, so yeah, almost everyday. |
I did read the link before I replied. What I meant was that this is not the solution to the problem of creating a new password. It is non-discoverable and requires setup before use. I would much rather support a more defined process than this. |
Well, do not know what is solution you are looking for. |
KeePassXC (like KeePass) keeps per-entry history so saving a new password during rotation should be relatively safe. With #5864 merged your process could be with old-new-new sequence:
The new global dialog is easy to navigate with keyboard only (to select entry and pattern) so it only takes a few seconds to do that. Would this work for you? |
Hi. Buttons would be similar to what usually used in RegExp for alpha,numeric,alphanumeric and special chars etc. So you change password would be like:
|
I don't intend on adding a workflow for this in autotype. To be honest I don't see this request being added to the program at all. |
Summary
Please add support for Auto-Type field {NEWPASSWORD} to support change password sequence.
Context
https://keepass.info/help/base/placeholders.html#newpassword
Example
{PASSWORD}{TAB}{NEWPASSWORD}{TAB}{NEWPASSWORD}{ENTER}
The text was updated successfully, but these errors were encountered: