Validation des mails

darcs-hash:20070521212531-c992d-3fd6d670d0b54a35dbe594c7ce14656171369f09.gz
This commit is contained in:
bos 2007-05-21 23:25:31 +02:00
parent ea07b8ec00
commit 508bffbe48
2 changed files with 23 additions and 1 deletions

View file

@ -173,6 +173,9 @@ class rouge(base_reconfigure):
from adherents import del_user
self._do(del_user(args))
def mail_valide(self, args):
from adherents import mail_valide
self._do(mail_valide(args))
class zamok(base_reconfigure):
def del_user(self, args):