X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=720e5646596572a44bec45b1bcfca14aee3985a5;hb=f1df689da513b1523ce89f0ba32728592999c1f2;hp=f6ceb0efca5b1671eb6c24377629c9a01102e47c;hpb=c0c7175e6883ad9bc746692e7c71202e64ec2351;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: