commit b86c8bf2ab50f23f06c0125ce169e56b69edcde2 parent b30325f7edff11c1122b32234bb4c3758518145e Author: Petar Yotsev <petar@yotsev.xyz> Date: Wed, 15 Dec 2021 20:53:05 +0000 Update README.md Diffstat:
M | README.md | | | 16 | +++++++++------- |
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md @@ -31,18 +31,20 @@ registrar's interface. ## Usage -After everything is in place, you can use the newly created script -`madduser` to add a user account. You'll be prompted for a password. +After everything is in place, you can use the newly installed scripts to +manage user accounts. - madduser DOMAIN USERNAME +To add a user: (you'll be prompted for a password) -You can similarly delete users with `mdeluser`. + madduser username@domain.tld - mdeluser DOMAIN USERNAME +To delete a user: -And change a password with `mpasswd`. + mdeluser username@domain.tld - mpasswd DOMAIN USERNAME +To change a user's password: + + mpasswd username@domain.tld ## Troubleshooting