From 51f02bd35374fbb78dd4863d7308893f61505f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 28 May 2020 17:17:47 +0200 Subject: [PATCH] DOC: info on reactivation --- src/caosdb/utils/caosdb_admin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/caosdb/utils/caosdb_admin.py b/src/caosdb/utils/caosdb_admin.py index ee266972..b97bedf4 100755 --- a/src/caosdb/utils/caosdb_admin.py +++ b/src/caosdb/utils/caosdb_admin.py @@ -323,7 +323,9 @@ USAGE subparser = subparsers.add_parser( "set_user_password", - help="Set a new password for a user. The password is not to be given on the command line for security reasons. You will be prompted for the password.") + help="Set a new password for a user. The user needs to be reactivated " + "afterwards! The password is not to be given on the command line for " + "security reasons. You will be prompted for the password.") subparser.set_defaults(call=do_set_user_password) subparser.add_argument( metavar='USERNAME', -- GitLab