diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 8b3ffecdc..e26700c49 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -965,7 +965,7 @@ def app_addaccess(auth, apps, users=[]): operation_logger.start() allowed_users = set() - if 'allowed_users' in app_settings: + if 'allowed_users' in app_settings and app_settings['allowed_users']: allowed_users = set(app_settings['allowed_users'].split(',')) for allowed_user in users: