Allow "All Users" in graphs for guests

This commit is contained in:
JonnyWong16 2016-05-04 12:10:58 -07:00
parent 68d124ff04
commit 3da8cc1e7f
5 changed files with 27 additions and 18 deletions

View file

@ -942,7 +942,7 @@ class WebInterface(object):
return "Updated graphs config values."
@cherrypy.expose
@requireAuth(member_of("admin"))
@requireAuth()
@addtoapi()
def get_user_names(self, **kwargs):