Create a user and (optionally) add roles in one go. # Create user drush user:create anton --mail="anton@example.com" --password="S3cureTemp!" # Add roles (repeat --role for multiple) drush user:role:add "content_editor" anton Notes: - Make sure role machine names match your site. - Use strong, temporary passwords and rotate after first login.