Le mail de bienvenue sera envoy sur vert aprs la cration des maildir.
darcs-hash:20050903210319-41617-3f664f927be1cc61db50713b349df56f2dd51677.gz
This commit is contained in:
parent
bac528186c
commit
5f505e62c1
1 changed files with 6 additions and 5 deletions
|
@ -127,10 +127,6 @@ class rouge(base_reconfigure) :
|
||||||
from supervison import mail
|
from supervison import mail
|
||||||
self._do(mail(trucs))
|
self._do(mail(trucs))
|
||||||
|
|
||||||
def mail_bienvenue(self,mails) :
|
|
||||||
from adherents import mail_bienvenue
|
|
||||||
self._do(mail_bienvenue(mails))
|
|
||||||
|
|
||||||
def switch(self,chambres) :
|
def switch(self,chambres) :
|
||||||
from gen_confs.switchs import switch
|
from gen_confs.switchs import switch
|
||||||
self._do(switch(chambres))
|
self._do(switch(chambres))
|
||||||
|
@ -236,6 +232,11 @@ class vert(base_reconfigure) :
|
||||||
from adherents import del_user
|
from adherents import del_user
|
||||||
self._do(del_user(args))
|
self._do(del_user(args))
|
||||||
|
|
||||||
|
def mail_bienvenue(self,mails) :
|
||||||
|
from adherents import mail_bienvenue
|
||||||
|
self._do(mail_bienvenue(mails))
|
||||||
|
|
||||||
|
|
||||||
signal.signal(signal.SIGINT,signal.SIG_DFL) # Comportement normal de Ctrl-C
|
signal.signal(signal.SIGINT,signal.SIG_DFL) # Comportement normal de Ctrl-C
|
||||||
remove_lock('auto_generate')
|
remove_lock('auto_generate')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue