I guess there is something wrong with the registration page. The password-confirmation does not really work. Probably because they use the same variable {MEMBERPASSWORD} ???
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REGISTRATION_PASSWORD}</span></td>
<td class="optionscolumn"><input type="password" name="password" size="{STANDARDSIZE}" value="{MEMBERPASSWORD}" /></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REGISTRATION_CONFIRMPASS}:</span></td>
<td class="optionscolumn"><input type="password" name="passconfirm" size="{STANDARDSIZE}" value="{MEMBERPASSWORD}" /></td>
</tr>
|