Skip to content

Commit

Permalink
Update admin docs for manual user activation (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
debounced authored Dec 26, 2023
1 parent 1880e54 commit 2c53368
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/admin_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -a
```

### Backup and restore

```bash
Expand Down
8 changes: 8 additions & 0 deletions docs/docker_deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -a
```

## Backup and restore

Backup:
Expand Down

0 comments on commit 2c53368

Please sign in to comment.