Hi,
I wish if you could help me with this. I want to delete the password field from the registration form and insted to use entered email also as initial password.
I know that to delete the password field I need to comment out the following lines in eMember_misc_functions.php:
<tr>
<td><label for="wp_emember_pwd" class="eMember_label"><?php echo EMEMBER_PASSWORD;?>: </label></td>
<td><input type="password" id="wp_emember_pwd" name="wp_emember_pwd" size="20" value="<?php echo $_POST['wp_emember_pwd'];?>" class="validate[required,minSize[4]] eMember_text_input" /></td>
</tr>
Unfortunatelly I know almost nothing about php so I need to ask you for the line that would assign the entered email value also to the password variable. So yes, bot the email and password variables will contain the same value - the entered email address.
Thanks a lot!
Pavel.