From e79efb948233527be66831b8d078514ca24fbd34 Mon Sep 17 00:00:00 2001 From: Maurice O'Neal <30303863+msoneal0@users.noreply.github.com> Date: Sat, 27 Feb 2021 11:25:54 -0500 Subject: [PATCH] Update README.md added res_pw to README file --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index c3f95f4..b109463 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,7 @@ Usage: mrci -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.