Add ability to reset our password

This commit is contained in:
Chocobozzz
2018-01-30 13:27:07 +01:00
parent 80d1057bfc
commit ecb4e35f4e
32 changed files with 741 additions and 67 deletions

View File

@@ -26,6 +26,7 @@ const loggerFormat = winston.format.printf((info) => {
if (additionalInfos === '{}') additionalInfos = ''
else additionalInfos = ' ' + additionalInfos
if (info.message.stack !== undefined) info.message = info.message.stack
return `[${info.label}] ${info.timestamp} ${info.level}: ${info.message}${additionalInfos}`
})