skyknight Posted July 29, 2015 Share Posted July 29, 2015 I just realize V6 template do not display cPanel username information in client area. Any idea how to display cpanel username in client area? 0 Quote Link to comment Share on other sites More sharing options...
Soufan Posted July 29, 2015 Share Posted July 29, 2015 well the info should be sent by email, and there is a button to directly login to cPanel through the client area on the side 0 Quote Link to comment Share on other sites More sharing options...
Mart Posted August 25, 2015 Share Posted August 25, 2015 I am having this issue also, worked fine in WHMCS V5... Under "Overview" I have: Information Nothing else. 0 Quote Link to comment Share on other sites More sharing options...
SteveV Posted August 28, 2015 Share Posted August 28, 2015 This is what I did: clientareaproductdetails.tpl Add this above {if $modulecustombuttonresult} <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">cPanel and FTP Login Credentials</h3> </div> <div class="panel-body"> <div class="cpanel-package-details"> Username: <code>{$username}</code> Password: <code>{$password}</code> </div> </div> </div> </div></div> 0 Quote Link to comment Share on other sites More sharing options...
Wabun Posted September 16, 2015 Share Posted September 16, 2015 Thanks, I hope they bring it back in the default template. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 17, 2015 Share Posted September 17, 2015 http://forum.whmcs.com/showthread.php?103535-Show-password-in-services-change-password-area&p=431578#post431578 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.