From 03936f8c35af724e1247cb86744c3c2779950e29 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 10 Jan 2019 13:56:26 -0800 Subject: [PATCH] cockpit: Update description This is primary due to changes in the way Cockpit is doing authentication. - Only admin users are allowed now. Users outside the admin group won't be able to login. - All functions are working (if the reuse password for system functions box is checked during login). Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/cockpit/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plinth/modules/cockpit/__init__.py b/plinth/modules/cockpit/__init__.py index c283defb7..132d18813 100644 --- a/plinth/modules/cockpit/__init__.py +++ b/plinth/modules/cockpit/__init__.py @@ -50,11 +50,9 @@ description = [ format_lazy( _('When enabled, Cockpit will be available from ' '/_cockpit/ path on the web server. It can be accessed by ' - 'any user with a {box_name} login. ' - 'Sensitive information and system altering abilities are limited to ' - 'users belonging to admin group.'), box_name=_(cfg.box_name), + 'any user on {box_name} belonging to ' + 'the admin group.'), box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')), - _('Currently only limited functionality is available.'), ] service = None