settings reset message

This commit is contained in:
psychobunny
2014-04-08 16:50:23 -04:00
parent 1e96c21cae
commit ba1e04741b

1
app.js
View File

@@ -233,6 +233,7 @@ function reset() {
function resetSettings(callback) {
var meta = require('./src/meta');
meta.configs.set('allowLocalLogin', 1, function(err) {
winston.info('[reset] Settings reset to default');
if (typeof callback === 'function') {
callback(err);
} else {