# HG changeset patch # User Goffi # Date 1386952848 -3600 # Node ID ffc3ddcdaf48316b23f56e9b7b15a495b285f793 # Parent 80c1072390f3a68ba55e31b9f108c04bfa633b91 plugin account: don't wait for emails anymore diff -r 80c1072390f3 -r ffc3ddcdaf48 src/plugins/plugin_misc_account.py --- a/src/plugins/plugin_misc_account.py Fri Dec 13 17:18:29 2013 +0100 +++ b/src/plugins/plugin_misc_account.py Fri Dec 13 17:40:48 2013 +0100 @@ -143,8 +143,8 @@ reactor.spawnProcess(prosody_reg, prosody_exe, [prosody_exe, 'adduser', "%s@%s" % (profile, self.getConfig('new_account_domain'))], path=self._prosody_path) d.addCallback(self._sendEmails, profile, email, password) - d.addCallback(lambda ignore: None) - return d + # d.addCallback(lambda ignore: None) # no need to wait for the emails + # return d def _sendEmails(self, result, login, email, password): #time to send the email