We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bash has been upgraded on Fedora 36 to 5.2.2-2 which is not working with the script /usr/lib/password-store/extensions/otp.bash.
/usr/lib/password-store/extensions/otp.bash
$ pass otp hotp-secret Invalid key URI (missing counter): otpauth://hotp/OATHXXXXXXXXX?secret=XXXXXXXX&counter=908counter=909&digits=6&issuer=XXXXX
As a workaround a downgrade to bash-5.1.16-2.fc36.x86_64 is required and running pass edit <secret> to remove the double counter.
pass edit <secret>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bash has been upgraded on Fedora 36 to 5.2.2-2 which is not working with the script
/usr/lib/password-store/extensions/otp.bash
.As a workaround a downgrade to bash-5.1.16-2.fc36.x86_64 is required and running
pass edit <secret>
to remove the double counter.The text was updated successfully, but these errors were encountered: