-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Is your feature request related to a problem? Please describe.
It's unclear when an email is validated as it generally loads the home page but doesn't show a clear message that says "Email validated successfully!" or similar.
We do show the status on the member account page but this isn't always clear or obvious to members.
Describe the solution you'd like
We can set the validation URL to the login page and filter the login notification to say "Email validated successfully" or similarly create a page or shortcode that the message dynamically changes based on email validation status AND the user's logged-in status.
Describe alternatives you've considered
As mentioned above, the login page may not always be set or viable (hooks available). The alternative would be to create a dedicated page for email validation, similar to our Access Restricted page but it then shows the status of the email validation OR a shortcode that can be placed on a page that shows a small message, or even an alert type of notification popup to show that the person's email address is validated and don't rely on any hooks or pages that need to be set.
All are great options in my opinion, with a slight edge over having the PMPro log in page show a message, the popup is a great fallback if hooks or customizability isn't available.