summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-23 16:59:35 -0400
committerJules Laplace <jules@okfoc.us>2015-04-23 16:59:35 -0400
commitaaaff2081b49069cef94f5b19165b2ded3601e82 (patch)
treeb3ef8ac8fb2f8eb6f544bf9ea2ebaa14c0ce7f8e
parentff0e7521982ecb38992c59656452dbcc15af64d5 (diff)
DISABLE basic auth for now
-rw-r--r--server/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/index.js b/server/index.js
index 391385c..4926a94 100644
--- a/server/index.js
+++ b/server/index.js
@@ -39,7 +39,7 @@ site.ready = function(){
site.setup = function(){
var SessionStore = new MongoStore({ mongoose_connection: mongoose.connection })
- auth.initBasicAuth(app)
+ // auth.initBasicAuth(app)
app.set('port', config.port);
app.set('views', path.join(__dirname, '../views'));
app.set('view engine', 'ejs');