Skip to content

Commit

Permalink
Restore editor user creation as this is not created by default now.
Browse files Browse the repository at this point in the history
  • Loading branch information
penyaskito committed Mar 11, 2024
1 parent f7c8d2c commit bcbd323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ drush config-import --yes
# For restoring shortcuts.
drush php-eval 'include_once "core/profiles/standard/standard.install"; standard_install();'

# Installing default content will create the user for us.
drush user:password editor editor
drush user:create editor --password=editor
drush user:role:add content_editor editor

# This is enabled by config for now.
Expand Down

0 comments on commit bcbd323

Please sign in to comment.