diff MoinMoin/user.py @ 3069:15d744f727c9

UserPreferences 'send account data' also accepts username now (not only email addr), thanks to Joel Nackman (ported from 1.6)
author Reimar Bauer <rb.proj AT googlemail DOT com>
date Fri, 22 Feb 2008 18:31:22 +0100
parents c242772754c5
children 65322abb0a33
line wrap: on
line diff
--- a/MoinMoin/user.py	Fri Feb 22 18:11:05 2008 +0100
+++ b/MoinMoin/user.py	Fri Feb 22 18:31:22 2008 +0100
@@ -1054,5 +1054,5 @@
                     formatted=False) % {'sitename': self._cfg.sitename or "Wiki"}
         mailok, msg = sendmail.sendmail(self._request, [self.email], subject,
                                     text, mail_from=self._cfg.mail_from)
-        return msg
+        return mailok, msg