removing accesscontrol for now, but at least only subscribing to the

necessary data
This commit is contained in:
Tyler Renelle
2012-08-02 14:36:55 -04:00
parent 71a4430efc
commit e2c5096311
4 changed files with 13 additions and 23 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(userId, accept) {
console.log(accept, 'read.accept');
return accept(userId === this.session.userId);