Use mandrill for password resets and usernames in emails (#11277)

* use mandrill for password resets

* fix email id

* fix username in emails and tests

* fix tests

* fix package-lock
This commit is contained in:
Matteo Pagliazzi
2019-07-22 19:44:01 +02:00
committed by GitHub
parent 519a580b7b
commit 931e2565b6
7 changed files with 10 additions and 82 deletions

View File

@@ -16,6 +16,7 @@ describe('payments/index', () => {
beforeEach(async () => {
user = new User();
user.profile.name = 'sender';
user.auth.local.username = 'sender';
await user.save();
group = generateGroup({