changeset 870:e030460e065e

plugin misc account: updated the welcome email
author Goffi <goffi@goffi.org>
date Tue, 25 Feb 2014 23:45:50 +0100
parents 0d1a17375bf5
children 5d08ab99e8dd
files src/plugins/plugin_misc_account.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_misc_account.py	Tue Feb 25 23:03:17 2014 +0100
+++ b/src/plugins/plugin_misc_account.py	Tue Feb 25 23:45:50 2014 +0100
@@ -172,13 +172,15 @@
 Your Jabber ID (JID) is: %(jid)s
 ---
 
-SàT website: http://sat.goffi.org
+To try with some contacts, you can use the directory: subscribe in your parameters, and use it with the Communication/Search directory menu.
+
+SàT website: http://www.salut-a-toi.org
 follow SàT news: http://www.goffi.org
 
 Any feedback welcome
 
 Cheers
-Goffi""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8')
+SàT team""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8')
         msg = MIMEText(body, 'plain', 'UTF-8')
         msg['Subject'] = 'Libervia account created'
         msg['From'] = _email_from