• Resolved michaeldejong

    (@michaeldejong)


    Hi all,

    In the mail options of the import users from csv with meta plugin we can use these options:

    **lostpasswordurl** = lost password url
    **passwordreseturl** = password reset url

    I was wondering how long the url is active? So if a user gets this mail, how long do they have before the url expires?

    Greetings,
    Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @michaeldejong,

    Not sure, this is a WordPress issue, this is not managed by this plugin.

    You can change it with a filter:

    add_filter( 'password_reset_expiration', function( $expiration ) {
        return 60; // A minute
    });
    
    Thread Starter michaeldejong

    (@michaeldejong)

    Thanks you for the quick reply! It is not really an issue, but was more wondering how long the experation is. But I will punt in my own time with the code you shared. Thank you

    Plugin Author Javier Carazo

    (@carazo)

    Perfect 🙂

    If you have one minute please leave a review about the plugin and if can, send us a donation, we will really appreciate it.

    It is the only way to keep a good and fast support.

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

The topic ‘Lifetime Password URL’s’ is closed to new replies.