From 03226ae65726ff9b9250d1b913af231c440f901f Mon Sep 17 00:00:00 2001 From: Aidaho Date: Wed, 23 Mar 2022 09:00:14 +0200 Subject: [PATCH] v5.5.0.0 Changelog: https://roxy-wi.org/changelog.py#5_5_0 --- app/create_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/create_db.py b/app/create_db.py index bbee2fdf..89c0a822 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -137,7 +137,7 @@ def default_values(): data_source = [ {'name': 'superAdmin', 'description': 'Has the highest level of administrative permissions and controls the actions of all other users'}, {'name': 'admin', 'description': 'Has access everywhere except the Admin area'}, - {'name': 'editor', 'description': 'Has the same rights as the admin but has no access to the Servers page'}, + {'name': 'user', 'description': 'Has the same rights as the admin but has no access to the Servers page'}, {'name': 'guest', 'description': 'Read-only access'} ]