temporarily disable accessControl so i can run schema update
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user