Update README.md
added res_pw to README file
This commit is contained in:
parent
508af40359
commit
e79efb9482
|
@ -22,6 +22,7 @@ Usage: mrci <argument>
|
||||||
-ls_sql_drvs : list all available SQL drivers that the host currently supports.
|
-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.
|
-load_ssl : re-load the host SSL certificate without stopping the host instance.
|
||||||
-elevate : elevate any user account to rank 1.
|
-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.
|
-add_admin : create a rank 1 account with a randomized password.
|
||||||
|
|
||||||
Internal module | -public_cmds, -user_cmds, -exempt_cmds, -run_cmd |:
|
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:
|
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.
|
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
|
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.
|
required to change the password upon logging in.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user