diff --git a/server/src/uds/REST/methods/authenticators.py b/server/src/uds/REST/methods/authenticators.py index 814acf181..dcc5e9d8e 100644 --- a/server/src/uds/REST/methods/authenticators.py +++ b/server/src/uds/REST/methods/authenticators.py @@ -64,7 +64,7 @@ class Authenticators(ModelHandler): # Custom get method "search" that requires authenticator id custom_methods = [types.rest.ModelCustomMethod('search', True)] detail = {'users': Users, 'groups': Groups} - save_fields = ['name', 'comments', 'tags', 'priority', 'small_name', 'mfa_id:_'] + save_fields = ['name', 'comments', 'tags', 'priority', 'small_name', 'mfa_id:_', 'state'] table_title = _('Authenticators') table_fields = [