-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Password update with wildcard for certain username #3
Comments
Yes it can, it's a good feature, thank for the proposal. I'll work on the implementation shortly |
|
so should I quote the asterisk with a backslash or keep 'web/*/username' ? |
Yes it could work however the auto-completion cannot work like this |
Fixed with |
Finally the time to bulk changing my passwords has come. This worked, anyway it's pretty annoying process because pass asks..
..and it repeat these lines for every founded password. I know that probably this is because of pass itself and not your extension, but do you know how to make this process easier for me? |
You can speed up the process by doing:
However, you will still need to provide the new passwords a lot of time. I don't plan to change this, because when using a password manager, we expect that all the passwords are different. In your use case where this is the same user account, you should probably use password inheritance. |
Right, I missed the option Many thanks. |
Hello, I'm here again because I found a better way to handle my domain password (the same on multiple web pages): The symlinks! I created my user/pass as normal, then I manually create the relative symlinks on each folder I needed, than I add them to the GIT repo (manually). Links a managed by git, so on Linux I have no issues.
Then, every time I need to change it, I only change /others/domain_user (not tried yet, but no reasons why it shouldn't work). On windows I had the problem that GIT did not manage the symlinks, but only because I installed git scm without enabling "symlinks" during installation. Moreover, from Windows 10 creator update, the symlinks are enabled without special permissions, It only requires the "developer mode" enabled. https://www.joshkel.com/2018/01/18/symlinks-in-windows/ So, here what I did on my Windows 10:
Thats it! |
Hello,
i have my domain password used to access various web interfaces.
The domain account has always the same password and it changes every 90 days.
My pass uses the structure as /web/www.example.com/username, and I would like to perform a "bulk update" of a certain username. I'm using git so I can't just update the first and copy the .gpg file overwriting the others, I'm expecting this to be possible:
pass update /web/*/username
Can this be implemented?
The text was updated successfully, but these errors were encountered: