Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/send-verification-email-bug
https://github.com/dwinston/send-verification-email-bug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwinston/send-verification-email-bug
- Owner: dwinston
- Created: 2014-04-04T00:15:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T00:24:34.000Z (almost 11 years ago)
- Last Synced: 2024-11-29T11:14:09.103Z (about 1 month ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).