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