diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php b/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php
index b072b4a54e43939c5249f057fce7338ac9b063c5..8a960f76983fe8097a1347afcc475d5be65999a2 100644
--- a/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php
+++ b/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php
@@ -103,7 +103,7 @@ class ServerParam implements PermissionProviderInterface,
             }
             $this->debug("getPermissions: result = true");
         }
-        return ['loggedin'];
+        return ['guest', 'loggedin'];
     }
 
     /**