diff --git a/src/main/webapp/arsnova.properties.example b/src/main/webapp/arsnova.properties.example
index 5e95205527ae416118e682ce3e56d3fa1628003e..8bd48dc66e18b56dfed6e50e5e342146bcd986f4 100644
--- a/src/main/webapp/arsnova.properties.example
+++ b/src/main/webapp/arsnova.properties.example
@@ -54,6 +54,7 @@ security.authentication.login-try-limit=50
 # Guest authentication
 #
 security.guest.enabled=true
+security.guest.order=0
 security.guest.lecturer.enabled=true
 
 # Setup combined login if you want to use a single, customized login page
diff --git a/src/test/resources/arsnova.properties.example b/src/test/resources/arsnova.properties.example
index 5e95205527ae416118e682ce3e56d3fa1628003e..8bd48dc66e18b56dfed6e50e5e342146bcd986f4 100644
--- a/src/test/resources/arsnova.properties.example
+++ b/src/test/resources/arsnova.properties.example
@@ -54,6 +54,7 @@ security.authentication.login-try-limit=50
 # Guest authentication
 #
 security.guest.enabled=true
+security.guest.order=0
 security.guest.lecturer.enabled=true
 
 # Setup combined login if you want to use a single, customized login page