Tapeix Posted May 12, 2014 Share Posted May 12, 2014 Hi guys, I'm looking for a way to encrypt my costumer's passwords. I want to let them login automatically to DirectAdmin, but the password shows up to be decrypted. Does someone have a nice solution for the code below? <form action="http{if $serversecure}s{/if}://{if $serverhostname}{$serverhostname}{else}{$serverip}{/if}:{if $serversecure}2222{else}2222{/if}/CMD_LOGIN" method="post" target="_blank"> <input type="hidden" name="username" value="{$username}" /> [b] <input type="hidden" name="password" value="{$password}" />[/b] <button style="float:left;margin-left:5px; font-size: 9pt" class="modulebutton"> {$lang.clientareadirectadmin_link} </button> </form> Thanks! 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.