fallbackEmail is now independent from email
This commit is contained in:
@@ -63,7 +63,7 @@ const admin = {
|
||||
username: 'testadmin',
|
||||
password: 'secret123',
|
||||
email: 'admin@me.com',
|
||||
fallbackEmail: 'admin@me.com',
|
||||
fallbackEmail: 'admin@external.com',
|
||||
salt: 'morton',
|
||||
createdAt: 'sometime back',
|
||||
resetToken: '',
|
||||
@@ -80,7 +80,7 @@ const user = {
|
||||
username: 'user',
|
||||
password: '123secret',
|
||||
email: 'user@me.com',
|
||||
fallbackEmail: 'user@me.com',
|
||||
fallbackEmail: 'user@external.com',
|
||||
role: 'user',
|
||||
salt: 'morton',
|
||||
createdAt: 'sometime back',
|
||||
|
||||
Reference in New Issue
Block a user