Let us learn how to do drupal drush create admin user With the support of our Drupal support services at Bobcares.
How to use Drush to create an administrative user in Drupal?
Drush (Drupal Shell) is a command line interface tool by Drupal developers and administrators. This is to administer and communicate with Drupal websites.
It allows us to execute different administrative operations without having to use the web-based interface.
Configuration
Firstly, we can use Drush to create an admin user by issuing the following command:
drush user-create
After that, we can use this command to establish a new user account with administrator rights from the command line.
Drush will prompt us to input the important information for the new user. This includes info such as username, password, email address, and role, when we execute this command.
Here’s an example of how we’d use the command to make an administrator:
In the above example, “admin” is the new admin user’s username. “password” is the password, “admin@example.com” is the email address linked with the account, and “administrator” is the user’s role.
We can optimize the user creation process and automate it as part of the site deployment or administration processes. We can do this by generating an admin user using Drush.
Drush also has a plethora of additional commands for managing different elements of the Drupal site. This makes it a strong tool for Drupal administrators and developers.
[Need assistance with similar queries? We are here to help]
Conclusion
To sum up we have now seen how to drupal drush create admin user with the support of our tech support team.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
0 Comments