Skip to content
Snippets Groups Projects
Commit 51f02bd3 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: info on reactivation

parent f7739ea0
No related branches found
No related tags found
1 merge request!51Draft: FIX: fix the argument name
...@@ -323,7 +323,9 @@ USAGE ...@@ -323,7 +323,9 @@ USAGE
subparser = subparsers.add_parser( subparser = subparsers.add_parser(
"set_user_password", "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.set_defaults(call=do_set_user_password)
subparser.add_argument( subparser.add_argument(
metavar='USERNAME', metavar='USERNAME',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment