summary refs log tree commit diff
path: root/changelog.d/6753.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.9.0rc1Brendan Abolivier2020-01-221-1/+0
|
* Avoid attribute error when `password_config` present but empty (#6753)Ivan Vilata-i-Balaguer2020-01-221-0/+1
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by: Ivan Vilata i Balaguer <ivan@selidor.net>