Skip to content

Commit

Permalink
Merge pull request #292 from Wachizungu/update-deprecated-password-ch…
Browse files Browse the repository at this point in the history
…ange-command-to-new

fix: [administration] Update deprecated change user password command …
  • Loading branch information
adulau committed Jul 31, 2023
2 parents 17a2fc0 + f7f3094 commit 17bf2b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion administration/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 17bf2b8

Please sign in to comment.