X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fauth_signup%2Fres_users.py;h=233b3be6853f70f36909f5e61af4f8d1a75b5bd9;hb=6e0cd39df630ce7f11a29465f15f5ab43b8448c2;hp=6e800cfbe86fbcc94da079f044df91d7b48ba0e8;hpb=5d729481dee62b33ded4108bdd896277ebdba3af;p=odoo%2Fodoo.git diff --git a/addons/auth_signup/res_users.py b/addons/auth_signup/res_users.py index 6e800cf..233b3be 100644 --- a/addons/auth_signup/res_users.py +++ b/addons/auth_signup/res_users.py @@ -255,7 +255,7 @@ class res_users(osv.Model): if mail_state and mail_state == 'exception': raise osv.except_osv(_("Cannot send email: no outgoing email server configured.\nYou can configure it under Settings/General Settings."), user.name) else: - raise osv.except_osv(_("Mail sent to user:"), user.name) + raise osv.except_osv(_("Mail sent to:"), user.email) return True