Uchiwa readonly is not working

I have configured two users for uchiwa,

one with readonly access ‘true’ and another with readonly access ‘false’

But when I login to uchiwa with readonly access true user,

I am still able to create stash and delete restults and clients etc, which should not happen for readonly enabled user

there are my configurations on uchiwa.json file

{

"uchiwa": {

"port": 3000,

"stats": 10,

"refresh": 30,

"users": [

{

"username": “admin”,

"password": “secret”,

"accessToken": “xxxxxxxxxxxx”,

"readonly": false

},

{

"username" : “guest”,

"password": “guest”,

"accessToken": “xxxxxxxx”,

"readonly": true

}

]

}

}

for the guest user I am still able to create stashes and delete the results and clients etc., which should on happen as readonly is enabled true.

Can any one help me to solve this issue.

I’m having this same issue. Did you ever figure it out?

···

On Thursday, September 29, 2016 at 2:00:12 AM UTC-4, IMRAN SHAIK wrote:

I have configured two users for uchiwa,

one with readonly access ‘true’ and another with readonly access ‘false’

But when I login to uchiwa with readonly access true user,

I am still able to create stash and delete restults and clients etc, which should not happen for readonly enabled user

there are my configurations on uchiwa.json file

{

“uchiwa”: {

“port”: 3000,

“stats”: 10,

“refresh”: 30,

“users”: [

{

“username”: “admin”,

“password”: “secret”,

“accessToken”: “xxxxxxxxxxxx”,

“readonly”: false

},

{

“username” : “guest”,

“password”: “guest”,

“accessToken”: “xxxxxxxx”,

“readonly”: true

}

]

}

}

for the guest user I am still able to create stashes and delete the results and clients etc., which should on happen as readonly is enabled true.

Can any one help me to solve this issue.