Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwinston/send-verification-email-bug


https://github.com/dwinston/send-verification-email-bug

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

`Accounts.sendVerificationEmail` throws `Error: No such email address for user.` when called with one argument, a `userId`. This `userId` corresponds to a user that does have an email address; however, that email address is already verified. I think that either the thrown error in this case should read something like `Error: user has no unverified email addresses`, or an idempotent verification email should be sent (preferred).