Members: Settings
This is where the customer can edit their address and password.
Changing password
If you have set Store > Settings > Security > Password Requirements > Existing password required to edit new password? then you must include the following to allow the user to submit their existing password.
<p><label for="members_settings_existing_password" {if $smarty.session.error.members_settings_existing_password} class="template_form_label_error"{/if}>{site_text page="Login" part="Label: Existing Password" }<span class="required"> *</span></label>
<input type="password" name="members_settings_existing_password" autocomplete="off" id="members_settings_existing_password" class="textfield" /></p>
{'members_settings_existing_password'|displayErrors:'template_form_label_error_description'}
Updated over 2 years ago