Project

General

Profile

Actions

Anomalie #4964

open

Échec de la fonction « Envoyer à nouveau l'email de confirmation »

Added by Christian P. Momon about 4 years ago. Updated over 3 years ago.

Status:
Attente d'information
Priority:
Normale
Assignee:
-
Target version:
Start date:
11/30/2020
Due date:
% Done:

0%

Estimated time:

Description

À la création d'un compte :
  • on reçoit bien un courriel « Demande de confirmation… » ;
  • et son envoi est visible dans biliz:/var/log/mail.log.
Par contre, si on ignore ce courriel et qu'on demande à recevoir à nouveau les instructions alors
  • on ne reçoit aucun courriel ;
  • aucun trace d'envoi dans biliz:/var/log/mail.log.
Chemin pour recevoir les instructions à nouveau :
  • page d'accueil > bouton « S'enregistrer » > bouton « Vous n'avez pas reçu les instructions ? ».
Actions #1

Updated by Christian P. Momon about 4 years ago

J'ai tenté la même opération sur https://events.cipherbliss.com/resend-instructions et le problème semble présent aussi.

Du coup, suggestion d'ouvrir un ticket sur le projet officiel.

Actions #3

Updated by Christian P. Momon about 4 years ago

  • Status changed from Nouveau to Attente d'information
Actions #4

Updated by Baptiste Lemoine almost 4 years ago

testé sur la version 1.0.5
l'appel d'api se fait bien avec succès, mais je ne reçois pas le mail de confirmation

Actions #5

Updated by Baptiste Lemoine almost 4 years ago

toujours vrai sur 1.0.6

envoi:

{"operationName":"ResendConfirmationEmail","variables":{"email":"tykayn@pm.me"},"query":"mutation ResendConfirmationEmail($email: String!) {\n  resendConfirmationEmail(email: $email)\n}\n"}


réponse
{
    "data": {
        "resendConfirmationEmail": null
    },
    "errors": [
        {
            "code": "unknown_error",
            "field": null,
            "locations": [
                {
                    "column": 3,
                    "line": 2
                }
            ],
            "message": "Aucun·e utilisateur·ice à valider avec cet email n'a été trouvé·e",
            "path": [
                "resendConfirmationEmail" 
            ],
            "status_code": 500
        }
    ]
}

Actions #6

Updated by Baptiste Lemoine over 3 years ago

pareil sur 1.1.4,
ticket upstream complété
https://framagit.org/framasoft/mobilizon/-/issues/529

Actions #7

Updated by Christian P. Momon over 3 years ago

  • Assignee deleted (Baptiste Lemoine)
Actions

Also available in: Atom PDF