Connexion: Améliorer le changement d'adresse e-mail [GEN-2528]#6274
Merged
Conversation
|
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
tonial
force-pushed
the
alaurent/boost_edit_user_email
branch
3 times, most recently
from
June 6, 2025 08:24
47a7239 to
30c5c22
Compare
xavfernandez
approved these changes
Jun 6, 2025
tonial
force-pushed
the
alaurent/boost_edit_user_email
branch
from
June 7, 2025 19:16
30c5c22 to
500c7f3
Compare
Improve user email update: Configure django-allauth to only allow a user to change their email address: the user email address is automatically updated when it's verified Send djanfo-allauth's email but don't log them out. Before this whange they would receive this email after trying to login with the new email address. This is not perfect as the email wording is for signup (but it's the same they used to receive after trying to login)
tonial
force-pushed
the
alaurent/boost_edit_user_email
branch
2 times, most recently
from
June 10, 2025 08:29
7e2060c to
ea2fa5b
Compare
Also check the confirmation link is in the email
tonial
force-pushed
the
alaurent/boost_edit_user_email
branch
from
June 10, 2025 08:42
ea2fa5b to
e6bac1e
Compare
leo-naeka
approved these changes
Jun 10, 2025
tonial
added this pull request to the merge queue
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Pourquoi ?
Les utilisateurs ne comprennent pas forcément qu'ils doivent tenter de se connecter avec leur nouvelle adresse e-mail après avoir été déconnecté (et on ne peut pas vraiment leur en vouloir)
🍰 Comment ?
En utilisant correctement les mécaniques de django-allauth :)
EmailAddress, envoyer l'e-mail, modifier l'e-mail de l'utilisateur et supprimer l'ancienEmailAddressSeul défaut, l'email envoyé est plus pour une inscription que pour la modification d'un email, mais c'était déjà le cas avant, et l'amélioration du parcours utilisateur est très nette.
🚨 À vérifier
🏝️ Comment tester ?
💻 Captures d'écran