If I edit my (public user) profile and attempt to change my email to an email that is already in the system, when I submit the message I see indicates a successful edit, but my profile still shows the old email - it doesn’t get updated.
I should see an error message if my email is a duplicate.
According to my developer:
Not an error apparently, just the way the plugin was built.
The Profile page we are using is handled by an s2member Shortcode that handles the profile updates.
Validation is mostly done by JS and you will see no PHP errors in there.
Is this something you’re aware of, and that might be fixed in a future release? Or should we be seeing an error message?