X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=720e5646596572a44bec45b1bcfca14aee3985a5;hb=58e9556fdd0693e331a25d13517a7244349ebc27;hp=f6ceb0efca5b1671eb6c24377629c9a01102e47c;hpb=4e348dd653e2f7124550f153a30744293eab3b2f;p=myslice.git diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index f6ceb0ef..720e5646 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -56,7 +56,7 @@ with the query passed using POST""" # retrieve session for request # We allow some requests to use the ADMIN user account - if manifold_query.get_from() == 'local:user' and manifold_query.get_action() == 'create': + if (manifold_query.get_from() == 'local:user' and manifold_query.get_action() == 'create') or (manifold_query.get_from() == 'local:platform' and manifold_query.get_action() == 'get'): print "W: Used hardcoded demo account for admin queries" manifold_api_session_auth = {'AuthMethod': 'password', 'Username': 'demo', 'AuthString': 'demo'} else: