From f7f3094b5f421a91d2802d8b1ad047f7b132cca5 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 30 Jul 2023 17:58:20 +0200 Subject: [PATCH] fix: [administration] Update deprecated change user password command to new one. --- administration/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/administration/README.md b/administration/README.md index 71cfedc..0185b09 100644 --- a/administration/README.md +++ b/administration/README.md @@ -814,7 +814,9 @@ The below info is also available in the MISP GUI. Go to event actions -> automat #### Set Baseurl MISP/app/Console/cake Baseurl [baseurl] #### Change Password - MISP/app/Console/cake Password [email] [new_password] [--override_password_change] + MISP/app/Console/cake User change_pw [User ID or e-mail address] [new_password] [--no_password_change] + +If --no_password_change is used, the user will not be required to change their password after their first login with the set password. #### Clear Bruteforce Entries MISP/app/Console/cake Admin clearBruteforce [user_email] #### Run Database Update