nextcloud/lib/private/User
Christoph Wurst 0a43c259c4
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: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-05-16 08:41:11 +02:00
..
Backend.php Unnecessary fully qualified names 2016-08-14 19:36:06 +02:00
Database.php user ids are strings 2017-03-30 12:24:46 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php UserManager can now count disabled users 2017-04-29 00:59:09 -03:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php Fix encryption + remembered login due to missing login hook 2017-05-16 08:41:11 +02:00
User.php Remove account data on user deletion 2017-05-15 13:31:31 +02:00