This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 189
add a 'you signed up with your google account' email #157
Labels
Comments
Hello @jspaine |
When a user signs up through google this function gets called. You can add something here that sends an email saying the person signed up using their google account. Methods for sending an email are in server/lib/mail/mail-helpers.js. You can use the send method or create another method similar to the other methods in this file. |
Hey @kenjiO |
ronaldblanco
added a commit
to ronaldblanco/pantry-for-good
that referenced
this issue
Dec 6, 2017
I also had this problem before. Try going to:
https://console.developers.google.com/apis/library/plus.googleapis.com
and see if the API is enabled for you. If not, click to enable it.
Att,
…--
*Vanessa Sena Teixeira*
On Wed, Dec 6, 2017 at 2:09 PM, Ronald Blanco Carrazana < ***@***.***> wrote:
Hey @kenjiO <https://github.com/kenjio>
Went I try to Sing Up to test I have this error:
[image: image]
<https://user-images.githubusercontent.com/7390703/33674703-3c230e6e-da7e-11e7-8155-8ed5fc0bec65.png>
And it is not related to any change I did.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAY0Hd6RiI_6gGElouj6ll-rscdKI0cEks5s9spUgaJpZM4ONtr3>
.
|
Thanks! |
Hello to everyone; Let me know. |
ronaldblanco
added a commit
to ronaldblanco/pantry-for-good
that referenced
this issue
Dec 14, 2017
jspaine
pushed a commit
that referenced
this issue
Dec 16, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
and in the users/password controller just return 200 so the client can say 'an email has been sent to {whatever address they entered}'
The text was updated successfully, but these errors were encountered: