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

  • Home
  • SEARCH
  • 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 8776505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:04:41+00:00 2026-06-13T19:04:41+00:00

I am using joomla’s default login module. In forgot module section, I have added

  • 0

I am using joomla’s default login module. In forgot module section, I have added one more column called username. Now how shall I send this username along with the token id in the mail?
Please help me.

Thanks in advance.

  • 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-06-13T19:04:42+00:00Added an answer on June 13, 2026 at 7:04 pm

    Open the following folder:

    root/components/com_user/models/reset.php
    

    Joomla 2.5

    Lines 383 to 388, change this:

    $body = JText::sprintf(
        'COM_USERS_EMAIL_PASSWORD_RESET_BODY',
        $data['sitename'],
        $data['token'],
        $data['link_text']
    );
    

    to this:

    $body = JText::sprintf(
        'COM_USERS_EMAIL_PASSWORD_RESET_BODY',
        $data['fromname'], //added data type to get the username
        $data['sitename'],
        $data['token'],
        $data['link_text']
    );
    

    Joomla 1.5

    On line 256, change this:

    $body = JText::sprintf('PASSWORD_RESET_CONFIRMATION_EMAIL_TEXT', $sitename, $token, $url);
    

    to this:

    $body = JText::sprintf('PASSWORD_RESET_CONFIRMATION_EMAIL_TEXT', $sitename, $fromname, $token, $url);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Joomla 2.5 and trying to do some redirects based on the login module
I am creating website using Joomla 2.5. For login, I am using default Joomla
I am using joomla 2.5. When creating an article I add read more links
I can't believe, no one got my problem before. Using joomla 1.5 and VM
With Joomla, I'm using LoadModule plugin to inlude a auhentication module into an article,
I'm using joomla 1.7 and I want for some users to not have the
We are using Joomla 1.5.21 and JCE 1.5.7 and have some trouble with the
I have created web-application using Joomla 2.5. In that I have used Joomla user
I have just launched a site (using Joomla and a custom template), which doesn't
I am using Joomla 1.6 along with JCE 2.0.15 I also have created my

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.