nouvel envoi du mail de bienvue quand l'adresse change
darcs-hash:20061111002432-f46e9-90f6062ba06948c07bde4dcb38b5ca28d7a4280d.gz
This commit is contained in:
parent
167f0d0875
commit
2e9e50cc9d
2 changed files with 6 additions and 3 deletions
|
@ -1925,6 +1925,9 @@ class Adherent(BaseProprietaire):
|
|||
self.supprimer_compte()
|
||||
self._set('mail', [new])
|
||||
|
||||
# on renvoie le mail de bienvenue
|
||||
self.services_to_restart('mail_bienvenue', [new.encode('iso-8859-15')])
|
||||
|
||||
return new
|
||||
|
||||
def email(self, new=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue