Adding backend users

If you do not have backend user groups set up, go to chapter Backend user groups.

If you need to create an administrator or system maintainer, go to chapter Backend Privileges.

Create a new backend user via a console command

You can quickly create a backend user using a TYPO3 console command and following the prompt:

ddev typo3 typo3 backend:user:create
Copied!
vendor/bin/typo3 typo3 backend:user:create
Copied!
typo3/sysext/core/bin/typo3 typo3 backend:user:create
Copied!

Create a backend user in the TYPO3 backend

If you prefer to use the TYPO3 backend, in the backend module System > Backend Users use the dropdown in the module header to switch back to the "Backend Users" submodule. There is a button to create a new backend user there.

The main submodule Backend users of the backend user module

Click the button "Create new backend user"

Enter the username, password and group membership:

Setting the base information for the new user

Simulate User

Save and close the record. We will check the result of our work by using the simulate user feature we saw earlier.

A backend user in the backend user module with their action buttons.

Click the switch to user button

If you used the default "Editors" group you should see this:

The TYPO3 backend viewed by a standard editor

Use the User menu on the top right to find the "Exit switch user mode" button and switch back to your admin world.