This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Better messaging for new email verification #1228
Labels
enhancement
improvements to existing features
The user experience for public users changing their email address is a bit clunky. Following the new email verification link drops them on the homepage with no feedback as to whether or not the email was updated. Additionally, it logs them out. As far as I can tell the only way around this is writing a custom plugin that duplicates a lot of logic from the
UsersController
.A few ideas to improve this flow:
postVerifyNewEmailSuccessRedirect
/postVerifyNewEmailFailureRedirect
configuration so that we can direct users following the email verification links to a page with feedback.See also:
The text was updated successfully, but these errors were encountered: