Skip to content
Snippets Groups Projects
Commit ab95d268 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

ENH: Set default REALM of linkahead_admin.py set_user_password to CaosDB

parent aec56eee
No related branches found
No related tags found
2 merge requests!159Release 0.16.o,!147ENH: set user realm when chaning passwords
......@@ -467,8 +467,8 @@ USAGE
metavar='REALM',
dest="realm",
nargs="?",
default=None,
help="The realm of the user who's password is to be set.")
default="CaosDB",
help="The realm of the user who's password is to be set. Default is 'CaosDB'.")
subparser.add_argument(
metavar='PASSWORD',
nargs="?",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment