temporarily disable accessControl so i can run schema update

This commit is contained in:
Tyler Renelle
2012-09-04 22:56:01 -04:00
parent 9c58a7809f
commit 79f1c635ca
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -7,7 +7,6 @@ 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)) {