Ignore:
Timestamp:
Jan 14, 2012, 11:50:47 AM (12 years ago)
Author:
mistic100
Message:

feature:2517 ability to change username. admins can change usernames, users are notified by mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/profile_content.tpl

    r12877 r12882  
    99        {$USERNAME}
    1010      </li>
    11 {if not $SPECIAL_USER} {* can modify password + email*}
     11    {if not $SPECIAL_USER} {* can modify password + email*}
    1212      <li>
    1313        <span class="property">
     
    1616        <input type="text" name="mail_address" id="mail_address" value="{$EMAIL}">
    1717      </li>
    18 {if not $IN_ADMIN} {* admins do not need old password*}
    1918      <li>
    2019        <span class="property">
     
    2322        <input type="password" name="password" id="password" value="">
    2423      </li>
    25 {/if}
    2624      <li>
    2725        <span class="property">
     
    3634        <input type="password" name="passwordConf" id="passwordConf" value="">
    3735      </li>
     36    {/if}
    3837    </ul>
    39 {/if}
    4038  </fieldset>
    4139
Note: See TracChangeset for help on using the changeset viewer.