Skip to content

Inscription : Retirer la page de confirmation d’email pour les candidats#4217

Merged
francoisfreitag merged 1 commit intomasterfrom
ff/alert8
Jun 13, 2024
Merged

Inscription : Retirer la page de confirmation d’email pour les candidats#4217
francoisfreitag merged 1 commit intomasterfrom
ff/alert8

Conversation

@francoisfreitag
Copy link
Copy Markdown
Member

🤔 Pourquoi ?

Simplifier l’expérience utilisateur. Si l’utilisateur a le lien de confirmation avec la clé, il n’est pas nécessaire de lui afficher une page de confirmation afin que les données soient transmises par POST au lieu de GET. On peut directement valider son compte et le connecter, éliminant une étape lors de l’inscription.

When users have a link with a confirmation key, the intermediate page
that displays a `<form method="post">` to send that confirmation key.

Yes, a GET request should not have side effects. That’s bad, but the
confirmation prompt is also bad UX. The page is pretty much empty and
has quirks. Since email clients can’t POST, let’s not be too pedantic.
@francoisfreitag francoisfreitag added the modifié Modifié dans le changelog. label Jun 12, 2024
@francoisfreitag francoisfreitag self-assigned this Jun 12, 2024
@notion-workspace
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@tonial tonial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le changement correspond à la description de la PR, mais je n'ai pas vu dans la carte notion où c'était demandé.

@francoisfreitag
Copy link
Copy Markdown
Member Author

En bas de la carte, il y a des sections. C’est dans la section « Connexion à un compte inactif ».

@francoisfreitag francoisfreitag added this pull request to the merge queue Jun 13, 2024
Merged via the queue into master with commit 8648f80 Jun 13, 2024
@francoisfreitag francoisfreitag deleted the ff/alert8 branch June 13, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

modifié Modifié dans le changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants