adhesion: changement d'API
This commit is contained in:
parent
909710fa6c
commit
52ffe2505a
|
@ -257,7 +257,7 @@ def validate_registrations_worker():
|
|||
BUF.append("=> MEMBRE VALIDE PAR SECRETARIAT <=")
|
||||
|
||||
# Launch git tickets
|
||||
title = "Création d'un compte courriel membre n°{}.".format(numero)
|
||||
title = "Création d'un compte courriel membre n°{}".format(numero)
|
||||
body = "Bonjour,\n Une demande de création de compte de" \
|
||||
+ "courriel ou une redirection a été émise.\n\n" \
|
||||
+ "Compte de courriel actuel : {} \n".format(
|
||||
|
@ -285,7 +285,7 @@ def validate_registrations_worker():
|
|||
+ "Compte de XMPP désiré : {} \n".format(
|
||||
member['email'])
|
||||
labels = [970]
|
||||
ticket_response = forgejo_post_issue("cominfra", "mail", title, body, labels)
|
||||
ticket_response = forgejo_post_issue("cominfra", "xmpp", title, body, labels)
|
||||
if not "id" in str(ticket_response.json()):
|
||||
BUF.append("Validation échouée : ticket git XMPP en erreur : {}".format(
|
||||
ticket_response
|
||||
|
|
Loading…
Reference in New Issue