Jordan Posted July 5, 2007 Share Posted July 5, 2007 I noticed that when a client wants to login from the sidebar (header.tpl) that the password textarea actually displays what the client is using to login. You have <input name="password" type="text" class="navinput" /> Instead of what the login.tpl file has: <input type="password" name="password" size="25" value="{$password}"> Nothing happens since it's not submitting as a password. The rest of the form also doesn't have the right values to accept the data to log into the cp. Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 5, 2007 WHMCS CEO Share Posted July 5, 2007 It will still work, but will get the type changed to password. Link to comment Share on other sites More sharing options...
Recommended Posts