roddhjav/pass-update

[Feature request] Automatically match password length

NicolaSmaniotto opened this issue · 1 comments

I let pass generate passwords of the default length, which at the moment is 25 characters.
Some websites (example: poste.it) enforce a maximum length (16 characters) for the password, and it's hard to remember what it is for each one.
It would be useful for this extension to match the previous password's length if no explicit -l is provided.
This would allow users to satisfy the site requirements when creating the account, and then have the extension automatically create valid passwords while updating.

This is now implemented. It needs to be enabled using the new -a option. See 3fc36d8