mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
This commit should greatly simplify all password handling logic. No passwords are stored in the config dict anymore. Only the Encrypted Journals have any password related logic. I also had to remove some password fields from the test files, which shows how dangerous the previous approach was. A slight code change could've leaked passwords to the config file. However, I had to change the install progress a little bit to make this work. It will now not ask you for a password right away but rather if you want to encrypt or not. Only if you reply 'y' will it ask you for the password later on.
12 lines
224 B
YAML
12 lines
224 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ''
|
|
template: false
|
|
encrypt: false
|
|
highlight: true
|
|
journals:
|
|
default: features/journals/empty_folder
|
|
linewrap: 80
|
|
tagsymbols: '@'
|
|
timeformat: '%Y-%m-%d %H:%M'
|
|
indent_character: "|"
|