Remove showTutorial

This commit is contained in:
Girish Ramakrishnan
2017-01-17 09:07:24 -08:00
parent d392293b50
commit 536c16929b
12 changed files with 30 additions and 52 deletions

View File

@@ -176,8 +176,7 @@ function createUser(username, password, email, displayName, auditSource, options
createdAt: now,
modifiedAt: now,
resetToken: hat(256),
displayName: displayName,
showTutorial: true
displayName: displayName
};
asyncIf(!!username, mailboxdb.add.bind(null, username, user.id /* owner */, mailboxdb.TYPE_USER), function (error) {