View Source mix bonfire.user.new (Bonfire v0.9.10-classic-beta.156)

Creates an user in the database (and an account, automatically activated)

Usage

just mix bonfire.user.new [username] [email@address]

You will be prompted for a password, and username/email if not provided.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

@spec run(OptionParser.argv()) :: :ok

Callback implementation for Mix.Task.run/1.