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 6607819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:32:38+00:00 2026-05-25T19:32:38+00:00

I am trying to change the Name/username parameter value to Name in the mod_login

  • 0

I am trying to change the Name/username parameter value to “Name” in the mod_login parameters. But for my Joomla installation (Joomla! 1.5.23), only a few parameters are shown (Caching + Encrypt Login Form).

Is there a way to display more parameters in the backend? If not, where can I edit the parameter? Is there an ini file somewhere?

  • 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-25T19:32:39+00:00Added an answer on May 25, 2026 at 7:32 pm

    Usually modules parameters are stored in an XML file within the directory with the same name as the module, under the ‘modules’ folder (if admin modules, those are under ‘administrator/’).
    In that file are stored the parameters used by a module, which are shown in the module configuration in Back-End.

    As for mod_login, those params are not editable, but if you open the mod_login.php file (under administrator/modules/mod_login/) you’ll find the html relative to that form.

    <p id="form-login-username">
            <label for="modlgn_username"><?php echo JText::_('Username'); ?></label>
            <input name="username" id="modlgn_username" type="text" class="inputbox" size="15" />
        </p>
    
        <p id="form-login-password">
            <label for="modlgn_passwd"><?php echo JText::_('Password'); ?></label>
            <input name="passwd" id="modlgn_passwd" type="password" class="inputbox" size="15" />
        </p>
    

    Add a value="(your value here)" and it set.

    Alternatively, if you want to do things well done, open the XML file and add

    <param name="name_default" type="text" default="Name" label="Default value for username" description="Default value for username" />
    

    And in mod_login.php you call this parameter with

     $default_value = $params->get('name_default');
    

    And just put into the form:

    <input name="username" id="modlgn_username" type="text" value="<?php echo $default_value;?>" class="inputbox" size="15" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to change the name of my application, but keeping the same
I'm trying to get the parameter of user name and replace its value with
I am trying to change the friendly name of a USB sound card. I
Am trying to change the button frame according to the orientation change but button
I was trying to change some parts of a joomla plugin, when I faced
I'm trying to change a column name as a way to sort a legacy
I'm trying change an input mask for textbox when the the check box has
I´m trying to change a spring jsp example to use freemarker. I changed all
im trying to change font globally for whole application, the problem is, i am
I am trying to change the color of my draggable if it is reverting

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.