Commit graph

5 commits

Author SHA1 Message Date
Alexey Abel 61e3c854e6 Fix deletion of users when no mail account is present
Instead of catching a null reference for non-existing mail accounts, it seems
to be easier to only get the mail acccount when we actually want to do
something with it. Since we are only intersted in the change of the display
name, the retreival of the user account has been moved to that if-branch.
This also seems more like a Nextcloud bug, since it fails on errors of hooks.
2018-12-14 16:29:57 +01:00
Malte 3617171b7c
change login names to email address rather than uid
My IMAP and SMTP servers expect email address style user names, and from what I see elsewhere I would suspect these default settings to be more robust across different setups.
2018-07-19 14:00:45 +00:00
Alexey Abel 54f725ddb9 Add first account assumption comment 2018-06-06 14:55:25 +02:00
Alexey Abel 9873d328b6 Fix typo 2018-06-06 01:21:05 +02:00
Alexey Abel d2cdcbe2bc Initial Commit 2018-06-06 00:57:05 +02:00