Jump to content

How display the user cp account and password in area


yingrui

Recommended Posts

  • 2 weeks later...

Is this what you want to display?  see image, if so then just edit the clientareaproductdetails.tpl template file. Here is some code around line 378
         

<div class="col-lg-6">
                <!-- Current User Name <font color="red">(You can not change this)</font> -->
                 <span class="input-group-addon">{$username|htmlentities}</span>
                Current User Name <font color="red">(The user name can not changed)</font>

            </div>
            <div class="col-lg-6">
                <!-- Current Password <font color="green"> (You can change this below) </font> -->
                 <span class="input-group-addon">{$password|htmlentities}</span>
                Current Password <font color="green">Change Password In Cpanel <br />Use Link On Left Side (Login to cPanel) when changing your password open a support ticket letting us know what the new password is so we can change the PW in your account and here above. You must keep your PW here up to date or your account will be suspended.<!-- (You can change this below) --></font>                

            </div>
        </div>
    <!-- BAW<br />
        <form class="form-horizontal using-password-strength" method="post" action="{$smarty.server.PHP_SELF}?action=productdetails#tabChangepw" role="form">
            <input type="hidden" name="id" value="{$id}" />
            <input type="hidden" name="modulechangepassword" value="true" />

            <div id="newPassword1" class="form-group has-feedback">
                <label for="inputNewPassword1" class="col-sm-5 control-label">{$LANG.newpassword}</label>
                <div class="col-sm-6">
                    <input type="password" class="form-control" id="inputNewPassword1" name="newpw" /><br />
                 <span class="input-group-addon">The bar below needs to be GREEN to change password</span>
                    <span class="form-control-feedback glyphicon"></span>
                    {include file="$template/includes/pwstrength.tpl"}

User-PW.thumb.jpg.a955d7ba672917d3ec9d700f7c05f1e0.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated