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
When trying to verify a new email address of an existing user by clicking the link in the email, after changing it in a front-end "edit account" form, logged-in users get logged out by UsersController::_processTokenRequest().
They then have to log back in continue editing their profile. This feels like bad UX workflow for existing accounts.
Description
When trying to verify a new email address of an existing user by clicking the link in the email, after changing it in a front-end "edit account" form, logged-in users get logged out by
UsersController::_processTokenRequest()
.They then have to log back in continue editing their profile. This feels like bad UX workflow for existing accounts.
Related issue: #1422
One workaround in Craft 2 is to write a plugin that does something like:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: