Aldryic C'boas
The Pony
We generate a random, uneditable password when any order is placed, correct. Primarily to force clients to set a new root password themselves afterward (unless they actually want to remember a random string <_< as a security precaution. That's not a module/etc setting though - just a simple edit to the cart's .tpl file:
Code:
<input type="text" readonly="readonly" name="rootpw" size="20" value="{php} echo substr(md5(mt_rand()),1,12);{/php}" />
Last edited by a moderator: