diff options
Diffstat (limited to 'opnfv_testapi/ui/auth/constants.py')
-rw-r--r-- | opnfv_testapi/ui/auth/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv_testapi/ui/auth/constants.py b/opnfv_testapi/ui/auth/constants.py index 44ccb46..3cdfe09 100644 --- a/opnfv_testapi/ui/auth/constants.py +++ b/opnfv_testapi/ui/auth/constants.py @@ -1,6 +1,6 @@ OPENID = 'openid' ROLE = 'role' -DEFAULT_ROLE = 'user' +DEFAULT_ROLE = '' # OpenID parameters OPENID_MODE = 'openid.mode' |