Today I faced the following problem:
- I registered a new user on my Joobla 1.6 site
- activated the account by link from an activation email
- After login as the new user I've changed my email to a made up one ( foo@bar.bar )
- Joomla's reaction was: 'ok no problem, e-mail seems to be fine, lets save it then'
The only two things Joomla checked was whether the e-mail was written correctly and whether it was in use by a different user.
Why isn't Joomla sanding the same activation e-mail to the new e-mail in order to change it in an user's profile? Is there something I should know?
This looks as if that very important functionality was missing in the profile editing component.
How do I make it working without editing core files?
EDIT:
I created a plugin which handles it: http://extensions.joomla.org/extensions/access-a-security/site-security/site-protection/18139
EDIT2:
The plugin is available on GitHub at https://github.com/WooDzu/plg_emailactivation