Revert "temporarily disable accessControl so i can run schema update"

This reverts commit 01159545d8492831f4048235c2ab633a7d2d4905.
This commit is contained in:
Tyler Renelle
2012-09-04 23:05:19 -04:00
parent 79f1c635ca
commit c9226b34bd
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ module.exports.queries = function(store) {
};
module.exports.accessControl = function(store) {
store.accessControl = true;
store.readPathAccess('users.*', function() {
var captures, next;
if (!(this.session && this.session.userId)) {