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

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

This reverts commit ab95d268.
parent ab95d268
Branches
Tags
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="CaosDB",
help="The realm of the user who's password is to be set. Default is 'CaosDB'.")
default=None,
help="The realm of the user who's password is to be set.")
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