0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

it shows "username", but NOT "password"...

    • pentano's Avatar
    • pentano
    • Newbie
    • Posts: 4
    • Thanks: 0

    it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • hi, I'm using rt_mynxx. (please see attachment)
      http://www.amokshop.ch

      There, where the username should be, there's written "Benutzername" which is correct. BUT, there where the password should be there's NOTHING...why? It should be "Passwort". (which is German)

      Does anyone have a clue where I did something wrong and how I can make it right?

      Thanx,
      pentano
  • Re: it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • It should be "nothing" though in my opinion
      If you can see "Passwort" word there, it means when you type your password, everyone can see the words instead of asterisks or dot
    • pentano's Avatar
    • pentano
    • Newbie
    • Posts: 4
    • Thanks: 0

    Re: it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • Thanks for your quck response. I can see your argument and it makes totally sense. Is it possible though to put asterisks or dots there, so people realise what should go in there?
  • Re: it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • Yes.

      Open your template default.php at:
      <Joomla Root>/templates/rt_mynxx_j15/html/mod_login/default.php

      Find below codes:
      <input type="password" id="mod_login_password" name="passwd" class="inputbox" alt="<?php echo JText::_('Password'); ?>" />

      Change the codes to:
      <input type="password" id="mod_login_password" name="passwd" class="inputbox" alt="<?php echo JText::_('Password'); ?>" value="******"  onblur="if(this.value=='') this.value='******';" onfocus="if(this.value=='******') this.value='';" />
    • pentano's Avatar
    • pentano
    • Newbie
    • Posts: 4
    • Thanks: 0

    Re: it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • 100% working.

      Thanks for your help!!

      cheers from Switzerland
  • Re: it shows "username", but NOT "password"...

    Posted 15 years 11 months ago
    • You're welcome. Cheers from Japan :cheesy:

Time to create page: 0.071 seconds