You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created by: Mike Burns ([email protected]) on 2016/11/01 12:41:11 +0000
Votes at time of UserVoice import: 1
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:
Add postVerifyNewEmailSuccessRedirect / postVerifyNewEmailFailureRedirect configuration so that we can direct users following the email verification links to a page with feedback.
Expose notices / errors to those templates.
Don't log out a user following a verification link if they are already logged in as the user associated with that token.
This discussion was converted from issue #1228 on July 13, 2021 04:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
Beta Was this translation helpful? Give feedback.
All reactions