Title: Shortcode for Reset password page
Last modified: January 25, 2021

---

# Shortcode for Reset password page

 *  Resolved [joel](https://wordpress.org/support/users/joel2019/)
 * (@joel2019)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/)
 * Hi,
    Could you tell me which shortcode to use on the reset password page, please?
   After migrating, the Remy shortcode was still there. I’ve tried a few combinations
   but no luck.
 * Thanks,
    Joel
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-for-reset-password-page%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/#post-13963053)
 * Hi there,
    you can add this code to your child theme functions.php file
 *     ```
       /**
        * Lost password shortcode
        */
       function yith_proteo_custom_lost_password_form( $atts ) {
   
       	return wc_get_template( 'myaccount/form-lost-password.php', array( 'form' => 'lost_password' ) );
   
       }
       add_shortcode( 'woocommerce_lost_password', 'yith_proteo_custom_lost_password_form' );
       ```
   
 * That will restore the shortcode you previously used 🙂
 *  Thread Starter [joel](https://wordpress.org/support/users/joel2019/)
 * (@joel2019)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/#post-13963651)
 * Hi,
    When I add this snippet, the reset password page is working, but the next
   one isn’t. Clicking the ‘reset password’ link takes you to this page: [http://evyssecrets.test.applicgroup7.com/mijn-account/lost-password/?reset-link-sent=true](http://evyssecrets.test.applicgroup7.com/mijn-account/lost-password/?reset-link-sent=true)
 * But that page doesn’t exist. 🙁
 * Any idea?
 *  Thread Starter [joel](https://wordpress.org/support/users/joel2019/)
 * (@joel2019)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/#post-13963700)
 * disregard last message, please.
    forgot to set up the page.
 *  Theme Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/#post-13965885)
 * I’m happy it worked fine 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Shortcode for Reset password page’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/yith-proteo/1.9.8/screenshot.png)
 * YITH Proteo
 * [Support Threads](https://wordpress.org/support/theme/yith-proteo/)
 * [Active Topics](https://wordpress.org/support/theme/yith-proteo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/yith-proteo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/yith-proteo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-for-reset-password-page/#post-13965885)
 * Status: resolved