Magento 2 admin terminal new user

php bin/magento admin:user:create –admin-user selman

Create or edit an administrator

Use this command to create a new administrator or to edit an existing administrator. If you’re editing an administrator, only the first name, last name, and password can be edited.

Command usage:

php bin/magento admin:user:create [--<parameter_name>=<value>, ...]

The password must be at least 7 characters in length and must include at least one alphabetic and at least one numeric character.

We recommend a longer, more complex password. Enclose the entire password string in single quotes. For example, --admin-password=''A0b9%t_3g'.

https://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-admin.html#create-or-edit-an-administrator