View Single Post
  #2  
Old 07-17-2006, 02:44 PM
 
Pino Pino is offline
 

Newbie
  
Join Date: Mar 2006
Posts: 5
 

Default

Hi folks,
I resolved myself the problem.I restored the original "\skin1\customer\main\register.tpl " and i changed,instead, the code on \main\register_account.tpl
FROM :
<TD nowrap><INPUT type="password" id="passwd1" name="passwd1" size="32" maxlength="32" value="{$userinfo.passwd1}">
TO :
{if $usertype ne "C"}
<TD nowrap><INPUT type="password" id="passwd1" name="passwd1" size="32" maxlength="32" value="{$userinfo.passwd1}">
{else}
<TD nowrap><INPUT type="password" id="passwd1" name="passwd1" size="32" maxlength="32" value="{$userinfo.passwd1}"readonly>{/if}
This modification is to do also on confirm_password.
It's simple and works.
Bye
__________________
x-Cart Pro Version 4.0.18
X-AOM
X-FancyCategories
Windows
Reply With Quote