Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6138061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:48:12+00:00 2026-05-23T17:48:12+00:00

Today I faced the following problem: I registered a new user on my Joobla

  • 0

Today I faced the following problem:

  1. I registered a new user on my Joobla 1.6 site
  2. activated the account by link from an activation email
  3. After login as the new user I’ve changed my email to a made up one ( foo@bar.bar )
  4. 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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:48:13+00:00Added an answer on May 23, 2026 at 5:48 pm

    Well if you want a way to sort this out then try this:

    Write your own authentication plugin that uses the onBeforeStoreUser event. Here you check the user email validates correctly whenever they change their email address.

    Should you want to you can deactivate the user’s account, and then send them a new activation email with link. Have a look the com_users code to see how the registration is dealt with in terms of new users registering and the sending of the activation email. You can pretty much copy the code from there.

    Example code for you plugin:

    onBeforeStoreUser($user, $isnew) {
      if (!$isnew) {
        // grab code from com_users to generate activation email
        // part of the code makes an activation sequence
        // sql to inject this seq into the users account
        $db = JFactory::getDBO();
        $db->setQuery('
          UPDATE #__users
          SET activation = '.$db->quote($activation_code)).'
          WHERE id='.$user->id.'
        );
        $db->query();
        // send activation email
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm quite new to using NetBeans and today I faced a problem. I have
Today I faced with one problem. My teammate created branch from master. He developed
Today I faced a strange problem in C#. I have an ASP.NET page where
I faced an interesting problem today. I have 4 strings which I need to
Today we faced a quite simple problem that were made even simpler by the
Today I faced a strange problem. I have an application which is the same
Today I faced a problem that there is one memory leak in my iphone
Today I faced with problem of updating objects in cocos2d-x framework. I try to
Today I face another big problem on the way to developing my site. I
I faced a critical problem with jqGrid today. Let's explain my problem first. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.