Skip to content

Commit

Permalink
[TASK] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wessels committed Dec 19, 2018
1 parent 7e2f25d commit 7544f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ The following parsing functions are available:
</tr>
</table>

### Command Controller ###
There is one command controller available which takes care of your
### Symfony Command ###
There is one symfony command available which takes care of your
backend users. A user that is removed from Auth0 or who's access has
expired will be disabled or removed from the TYPO3 database.

Expand All @@ -232,7 +232,7 @@ You have the following options:
</table>

You can execute the command controller via CLI:<br>
`path/to/php bin/typo3 cleanup:cleanupusers --method="disable"`
`path/to/php bin/typo3 auth:cleanupusers disable`

### Access ###
You need to allow editors to modify the record type (*Tables (modify)*).<br/>
Expand Down

0 comments on commit 7544f6c

Please sign in to comment.