Symfony Commands
survos:user:create
create a new user with a password
email
email address of account
password
Plain text password
--roles
comma-delimited list of roles
--password
Enable
Update password
--username
username (defaults to email)
--userclass
user class
--extra
extra string passed to event dispatcher
--force
Enable
Change password/roles if account exists.
Dispatch via Messenger (async)
Async dispatch does not return command output to this page. Commands should log via LoggerInterface.
Run
Back