diff --git a/docs/admin_guide.md b/docs/admin_guide.md index b3232269b..cc69de80c 100644 --- a/docs/admin_guide.md +++ b/docs/admin_guide.md @@ -976,6 +976,14 @@ If you perform a Mbin upgrade (eg. `git pull`), be aware to _always_ execute the And when needed also execute: `sudo redis-cli FLUSHDB` to get rid of Redis cache issues. And reload the PHP FPM service if you have OPCache enabled. +### Manual user activation + +Activate a user account (bypassing email verification), please change the `username` below: + +```bash +php bin/console mbin:user:verify -a +``` + ### Backup and restore ```bash diff --git a/docs/docker_deployment_guide.md b/docs/docker_deployment_guide.md index 42418014c..7e13c6966 100644 --- a/docs/docker_deployment_guide.md +++ b/docs/docker_deployment_guide.md @@ -307,6 +307,14 @@ docker compose exec redis redis-cli > FLUSHDB ``` +## Manual user activation + +Activate a user account (bypassing email verification), please change the `username` below: + +```bash +docker compose exec php bin/console mbin:user:verify -a +``` + ## Backup and restore Backup: