durangod Posted January 18, 2014 Share Posted January 18, 2014 I noticed that when you look at client area my services and click on the edit icon for their hosting package it shows their username and pw without any encryption at all under login details section. I dont like this, it just seems that it should not be there. So what i did was this.. in clientareaproductdetails.tpl the original was this <td colspan="2">{$username}{if $password} / {$password}{/if}</td> and i changed it to this <td colspan="2">{$username}{if $password} / (PW hidden){//$password}{/if}</td> the two slashes in front of the $password, comments out that value display and so now all it shows is (PW hidden) 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.