yingrui Posted October 23, 2018 Share Posted October 23, 2018 How display the user cp account and password in area? 0 Quote Link to comment Share on other sites More sharing options...
yingrui Posted October 23, 2018 Author Share Posted October 23, 2018 How display the user cp account and password in area? I want to clientareaproductdetails-page display Customer's cpanel account and password? Are there any fields you can output? 0 Quote Link to comment Share on other sites More sharing options...
Amcom Posted November 4, 2018 Share Posted November 4, 2018 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"} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.