+ Reply to Thread
Results 1 to 6 of 6

Thread: Password text instead of .......

  1. #1

    Password text instead of .......

    password.jpg

    how can we show word password instead of ........ in auto brand template? thanks

  2. #2
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Petrache,

    account_menu.tpl change follow code
    from

    Code:
    Only registered members can view the code.
    to

    Code:
    Only registered members can view the code.
    You can use also a custom language phrase for placeholder.

    Not tested...

    Regards
    Steffen
    Last edited by Steffen Buschkemper; January 3, 2014 at 09:40 AM.

  3. #3
    Quote Originally Posted by Steffen Buschkemper View Post
    Hi Petrache,

    account_menu.tpl change follow code
    from

    Code:
    Only registered members can view the code.
    to

    Code:
    Only registered members can view the code.
    You can use also a custom language phrase for placeholder.

    Not tested...

    Regards
    Steffen

    not working becouse the original code is

    <input {if $loginAttemptsLeft <= 0 && $config.security_login_attempt_user_module}disable d="disabled" class="disabled"{/if} type="password" name="password" maxlength="25" value="{if $lang.password}{$lang.password}{/if}" />

  4. #4
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hmmm check follow

    Code:
    Only registered members can view the code.

  5. #5
    works but not perfect. on page refresh, it shows the text instead of ... but, with different collor? olso, if i click on pass than on name and so one, the word pass dissapears and i see ... again. maybe a java somehow? like he have for grid/list view in wich you have to change the tpl file but olso the java file to have it working fine

  6. #6
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Right this is a javascript conflict.
    But i have the general script and there templates.
    I can not test it for auto template to solve this.

+ Reply to Thread