Update README.md

added res_pw to README file
This commit is contained in:
Maurice O'Neal 2021-02-27 11:25:54 -05:00 committed by GitHub
parent 508af40359
commit e79efb9482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ Usage: mrci <argument>
-ls_sql_drvs : list all available SQL drivers that the host currently supports.
-load_ssl : re-load the host SSL certificate without stopping the host instance.
-elevate : elevate any user account to rank 1.
-res_pw : reset a user account password with a randomized one time password.
-add_admin : create a rank 1 account with a randomized password.
Internal module | -public_cmds, -user_cmds, -exempt_cmds, -run_cmd |:
@ -32,6 +33,11 @@ Internal module | -public_cmds, -user_cmds, -exempt_cmds, -run_cmd |:
Details:
res_pw - this argument takes a single string representing a user name to reset the password. the host
will set a randomized password and display it on the CLI.
example: -res_pw somebody
add_admin - this argument takes a single string representing a user name to create a rank 1 account with.
the host will set a randomized password for it and display it on the CLI. this user will be
required to change the password upon logging in.