From c896f1ed50ebeec8e03d69b4a6bfaeceb255fea2 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 26 Nov 2018 14:42:17 +0100 Subject: [PATCH] clarify disabling is preferred vs removing --- administration/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/administration/README.md b/administration/README.md index ecb7bba..bcde2c5 100644 --- a/administration/README.md +++ b/administration/README.md @@ -45,7 +45,7 @@ To add a new user, click on the Add User button in the administration menu to th * **Fetch GnuPG key:** Fetch GnuPG public key. * **Receive alerts when events are published:** This option will subscribe the new user to automatically generated e-mails whenever an event is published. * **Receive alerts from "contact reporter" requests:** This option will subscribe the new user to e-mails that are generated when another user tries to get in touch with an event's reporting organisation that matches that of the new user. -* **Disable this user account:** Tick it if you want to disable this user account. +* **Disable this user account:** Tick it if you want to disable this user account. (preferred to removing an account) #### Listing all users: @@ -72,7 +72,7 @@ To list all current users of the system, just click on List Users under the admi * **Change Password:** Setting this flag will require the user to change password after the next login. * **Reset Auth Key:** Use this link for generate a new AuthKey. ![Edit user.](figures/edit_users.png) - * **Delete the user:** If you want to delete a user. + * **Delete the user:** If you want to delete a user. (Note: disabling is the preferred method) ![delete user.](figures/delete_user.png) * **Display the user:** Display all user's information.
![display user.](figures/display_user.png) @@ -623,4 +623,4 @@ The task scheduler is a sub-par component to enable minimal functionality in ter If you have a dedicated and concious MISP Site Admin she can keep an eye on the Scheduler to make sure everything runs smoothly. For better performance please use a real scheduler like your systems' crontab. -As a rule of thumb: If you can click on it, MISP can automate it. \ No newline at end of file +As a rule of thumb: If you can click on it, MISP can automate it.