Skip to content
Unverified Commit 0a43c259 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix encryption + remembered login due to missing login hook



The encryption app relies on the post_login hook to initialize its keys.
Since we do not emit it on a remembered login, the keys were always un-
initialized and the user was asked to log out and in again.
This patch *translates* the postRememberedLogin hook to a post_login
hook.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent e920e202
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment