ozwillo / ozwillo-kernel

GNU Affero General Public License v3.0
5 stars 1 forks source link

[FDR] When user account validation email can't be found, user is stuck #32

Open mdutoo opened 2 years ago

mdutoo commented 2 years ago

When user account validation email can't be found, user can't do anything, because trying to recreate an account fail (indeed, it already exists in mongodb), and clicking on the "password lost" email blocks with this email :

Vous (ou quelqu'un d'autre) avez saisi cette adresse email dans une demande de changement de mot de passe d'un compte Ozwillo.

Cependant, cette adresse n'est pas dans notre base de données utilisateurs et la tentative de changement de mot de passe a échoué.

Si vous êtes un utilisateur d'Ozwillo et que vous attendiez ce message, refaites la demande en utilisant l'adresse email que vous aviez donné à la création de votre compte.

Si vous n'êtes pas un utilisateur d'Ozwillo, ignorez ce message.

L'équipe d'Ozwillo

Workaround: delete the uncompleted account in the database.

Solution: maybe the "password lost" feature should resend the validation email if the user account is not validated yet instead of sending this email.