-
-
Notifications
You must be signed in to change notification settings - Fork 524
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 confirmation #706
Conversation
dadbcbf
to
b5d0081
Compare
7c74099
to
b49ceba
Compare
v2.1.1 is getting a bit big, so I'm moving this to v2.1.2. |
@pspeter Can you add some non-happy-path tests? Like what happens if you mistype the password on the second try? |
7f05ea1
to
5103827
Compare
5103827
to
e925fe2
Compare
@wren Done 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Stacked on #705.Rebased on Master.When creating a new password (using --encrypt), jrnl will now ask you to repeat the password. It will only encrypt it after you entered the same password correctly twice.
I've read some people complaining about permanently encrypting their journal because they mistyped their password, this should prevent that.
This does not work during the install yet, but will in #708.
Fixes #481.
Checklist