-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invitation Mail--User Name should be invited user not logged in user #1448
Milestone
Comments
Should be addressed in #1429 but I'll leave open in for tracking. |
Merged
Thanks. Is this merged in Dev. I tested it on latest Dev and not getting(seeing) pretty mailer as yours in GMAIL. There is no Get Started button and no Logo. |
@hrath2015 this is not yet merged into our |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Invitation should be extended to invited user and not logged in user
Actual Behavior
Logged in user name is used.
Steps to Reproduce the Behavior
Invite an user from Admin Dashboard and check the mail sent by system.
the issue is from below line where meteor.user() is passed.
https://github.com/reactioncommerce/reaction/blob/development/server/methods/accounts/accounts.js#L371
The text was updated successfully, but these errors were encountered: