remove useless permission
This commit is contained in:
parent
2e17b7c3ac
commit
4319fc5f0c
1 changed files with 1 additions and 1 deletions
|
@ -89,10 +89,10 @@ class BaseHandler(tornado.web.RequestHandler):
|
||||||
'event:tickets-all|create': True,
|
'event:tickets-all|create': True,
|
||||||
'events|read': True,
|
'events|read': True,
|
||||||
'persons|create': True,
|
'persons|create': True,
|
||||||
'person|create': True,
|
|
||||||
'users|create': True
|
'users|create': True
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Cache currently connected users.
|
||||||
_users_cache = {}
|
_users_cache = {}
|
||||||
|
|
||||||
# A property to access the first value of each argument.
|
# A property to access the first value of each argument.
|
||||||
|
|
Loading…
Reference in a new issue