diff --git a/plinth/modules/users/__init__.py b/plinth/modules/users/__init__.py index f5a7f5f06..4c446a767 100644 --- a/plinth/modules/users/__init__.py +++ b/plinth/modules/users/__init__.py @@ -47,7 +47,7 @@ class UsersApp(app_module.App): app_id = 'users' - _version = 6 + _version = 7 can_be_disabled = False @@ -111,7 +111,7 @@ class UsersApp(app_module.App): if not old_version: privileged.first_setup() - if old_version and old_version < 6: + if old_version and old_version < 7: # Setup password policy and lock LDAP passwords for inactive users. inactivated_users = _get_inactivated_users() if inactivated_users: