mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
Enhancement: Allow multiple retries for interactive password input
|
|
|
|
Restic used to quit if the repository password was typed incorrectly once.
|
|
Restic will now ask the user again for the repository password if typed incorrectly.
|
|
The user will now get three tries to input the correct password before restic quits.
|
|
|
|
https://github.com/restic/restic/issues/2306
|