Create auth user

The auth-user:create command allows you to create a new HTTP authentication user for a site.

ploi auth-user:create

Create an auth user for a specific site:

ploi auth-user:create --server=blue-ocean --site=example.com

Options

OptionDescription
--server=The server name or ID
--site=The site domain

When running the command interactively, you will be prompted to enter:

  • Username
  • Password

This creates a basic HTTP authentication user that can access your site.