feat: add email confirmation error redirection#2364
feat: add email confirmation error redirection#2364jb-thery wants to merge 166 commits intostrapi:mainfrom
Conversation
… until we find a better solution
* chore: update backup doc * chore: change the screenshots
strapi#2343) * enhancement: add landingPage config * Fix broken anchor * Fix broken anchor * Fix broken anchor * Fix broken anchor * Add format around path * Simplify * Don't use positional words in docs (below → following) * Fix broken anchor * Update docusaurus/docs/dev-docs/plugins/graphql.md Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> * Update docusaurus/docs/dev-docs/plugins/graphql.md Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> --------- Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Fixed the typo of "graphql" plugin name
Signed-off-by: Jean-Baptiste Thery <jb.thery@jcode.works>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thank you! We'll wait for the strapi/strapi PR to be approved before reviewing the docs one. |
25723df to
63466f0
Compare
|
Hi. The strapi/documentation repo content has changed significantly since your PR was created. I tried to change the base to some backups, but it made things worse, so I changed it back to No worries, when the strapi/strapi PR will get merged, I'll rework this one, assuming I should focus on backporting changes from the (now merged) User Guide and Developer Docs and will edit the Features > Email page so that no extra work is required on your side. Thank you again for your interest in contributing to the Strapi documentation! |
What does it do?
This PR updates the Users & Permissions plugin documentation to include details about the new Error confirmation redirection URL feature. Specifically, the following changes were made:
1. Added information in the developer documentation to describe how to configure the Error confirmation redirection URL for email confirmation errors.
2. Updated the user documentation to include the new setting under the “Advanced Settings” section of the plugin configuration.
Why is it needed?
The new Error confirmation redirection URL feature allows developers to provide a smoother user experience by redirecting end users to a custom page when they encounter invalid or expired email confirmation links, instead of seeing a raw 403 error. This documentation update ensures users and developers know how to use this feature effectively.
Related issue(s)/PR(s)
strapi/strapi#22674