CMS custom 1.8.3 - Access denied on logout

I have created a new user. He is member of the group “Users”. Nothing was changed in the “Users” group after the installation.

If this user wants to log out then comes the error Access Denied.

Same pb here. Is there smthg to tick in Security page for Users group ?

Same problem here:

Dashboard

Over
Handboek
Fout
Access Denied

rgds

There’s a bug listed for it here already, complete with patch:

Replace lib/Entity/User.php with this file:
https://raw.githubusercontent.com/dasgarner/xibo-cms/673bab3619eaf901802ba0343eb9a984fbc8c79d/lib/Entity/User.php

Users with Docker should just pull the latest 1.8.3 CMS image, which includes the fix.

docker-compose pull
docker-compose up -d

Adding the -f switch as appropriate if you are using a custom yml file - eg

docker-compose -f cms_custom-ports.yml pull
docker-compose -f cms_custom-ports.yml up -d

The new User.php is working …

It was the same problem for me too. After replacing the patch, it works fine now.
Thank you!