• Resolved pendari

    (@pendari)


    Is there a way to bulk-create temporary logins (i.e. via CSV import)? I have been asked to help with a nonprofit virtual fundraising event where they want everyone to have to login to access a private page in their site for just the day of the event. This plugin sounds like a good possible solution, but it seems that creating each login individually would be labor-intensive beyond a few dozen. I don’t see bulk-creation as an option, so is it currently possible, or how difficult do you think it would be to add this ability?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Malay Ladu

    (@malayladu)

    Hi,

    Thanks for contacting us.

    There is no provision to create bulk temporary logins.

    Curious to know how many temporary logins you want to generate and how will you share temporary logins with end users?

    Thread Starter pendari

    (@pendari)

    Hi, Malay, thanks for getting back to me quickly.

    It would be a few hundred logins. The ideal workflow would be a bulk create procedure with an email sent after each one. It could be processed in smaller batches, not necessarily all at once.

    It sounds like I’ll need to find some other approach unless there are hooks where I can call your plugin from another script.

    Malay Ladu

    (@malayladu)

    Hi,

    Got it.

    We don’t have any plans to add this feature in near future.

    But, if you understand technical, you can check create_new_user & get_login_url of Wp_Temporary_Login_Without_Password_Common class.

    You can generate a new temporary user with create_new_user & then get the temporary login link with get_login_url and you can write your own script to send an email with a newly generated temporary login link.

    Hope that helps.

    • This reply was modified 4 years ago by Malay Ladu.
    Thread Starter pendari

    (@pendari)

    OK, thanks for pointing me in the right direction. That will help a lot if I do end up going the route of building a custom routine. Thanks Malay!

    Malay Ladu

    (@malayladu)

    You are welcome ??

    Feel free to contact us if you have any further queries. We will be happy to help you.

    BTW, if you like this plugin, please consider giving us 5 stars review & do spread the word about this plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bulk Temporary Login Creation?’ is closed to new replies.