superlogin icon indicating copy to clipboard operation
superlogin copied to clipboard

Resend confirmation email

Open Kluskey opened this issue 8 years ago • 4 comments

Hi there,

Not sure if I missed this, but is there a way to resend a confirmation email to a user (that obviously hasn't confirmed his/her email)? Issues occasionally happen with spam folders and what-not, so this would be very useful.

Thanks!

Kluskey avatar Jul 08 '16 10:07 Kluskey

It doesn't look like there is currently an easy way to do this with the public API. You would have to look up the confirm token manually in the userDB and use the superlogin.sendEmail API.

I'll set up a superlogin.resendConfirmation(userId) function in the next release. I will not make this part of the public API until some sort of rate limiting is in place, because this is something that could be harmful if abused.

colinskow avatar Jul 10 '16 02:07 colinskow

Hi, meteor is giving this ability to resend email, it'll be really nice to have it. Up to you to add a number of max total resend per user.

:)

numerized avatar Jul 28 '16 13:07 numerized

I'm currently busy with some other paid projects right now, but within the next couple weeks I intend to sit down and knock out all the high priority issues. Meanwhile, I would love a PR as long as it has tests.

colinskow avatar Jul 29 '16 11:07 colinskow

why dont you get a trusted fellow project master programmer that can help you with all that? would be nice to get the project running and updated, even if you are busy or on vacation or...

niklasp avatar Sep 11 '16 16:09 niklasp