Script de contrôle d'adhésion fonctionnel
This commit is contained in:
parent
dac6912b98
commit
19ccdca508
|
@ -115,7 +115,7 @@ def new_registrations_worker():
|
||||||
continue
|
continue
|
||||||
numcode, content = get_file_content(registration)[0].split("|")
|
numcode, content = get_file_content(registration)[0].split("|")
|
||||||
reg_name, reg_firstname, reg_addr, reg_postalcode, reg_city, reg_email,\
|
reg_name, reg_firstname, reg_addr, reg_postalcode, reg_city, reg_email,\
|
||||||
reg_attribmail, reg_redir, reg_tarif, reg_payment, reg_xmpp \
|
reg_attribmail, reg_xmpp, reg_tarif, reg_payment, reg_redir \
|
||||||
= content.split(";")
|
= content.split(";")
|
||||||
|
|
||||||
# Write summary
|
# Write summary
|
||||||
|
@ -282,7 +282,7 @@ def validate_registrations_worker():
|
||||||
'labels' : "Nouveau membre",
|
'labels' : "Nouveau membre",
|
||||||
'confidential' : "yes",
|
'confidential' : "yes",
|
||||||
'description' : "Bonjour,\n Une demande de création de compte" \
|
'description' : "Bonjour,\n Une demande de création de compte" \
|
||||||
+ "XMPP a été émise.\n\n" \
|
+ " XMPP a été émise.\n\n" \
|
||||||
+ "Compte de courriel actuel : {} \n".format(
|
+ "Compte de courriel actuel : {} \n".format(
|
||||||
email) \
|
email) \
|
||||||
+ "Compte XMPP désiré : {} \n".format(
|
+ "Compte XMPP désiré : {} \n".format(
|
||||||
|
|
Loading…
Reference in New Issue