Home Forums WoodMart support forum Lost password problem Reply To: Lost password problem

#161388

SmartInk
Participant

Hello, thank you for your reply!

Reset password link:
…a class=”link” href=”<?php echo esc_url( add_query_arg( array( ‘key’ => $reset_key, ‘id’ => $user_id ), wc_get_endpoint_url( ‘lost-password’, ”, wc_get_page_permalink( ‘myaccount’ ) ) ) ); ?>”><?php // phpcs:ignore ?>
<?php esc_html_e( ‘Click here to reset your password’, ‘woocommerce’ ); ?>
</a…

In the WooCommerce >> Settings >> Advanced >> Lost password fild I have “lost-password”.