Skip to content

create:member

Rob Sanchez edited this page Nov 1, 2014 · 3 revisions

Create a new member. If you omit a password, one will be generated for you. If you omit an email, the username will be used as the email address. If you omit a member group, the default member group for your system will be used.

$ eecli create:member <username_or_email>

Arguments

username_or_email

Username or email

Options

--password="997fa90c393a"

The password.

Email address.

--member_group="1"

Member group ID.

--screen_name="Your Name"

Screen Name.

--hide_password

Don't show the generated password, if applicable.

Examples

Create a member with same username & email

$ eecli create:member [email protected]

Create a member with different username & email

$ eecli create:member --email="[email protected]" your_username

Create a member with the specified screen name

$ eecli create:member --screen_name="Your Name" [email protected]

Create a member with the specified password

$ eecli create:member --password="so48jf48jss4sk" [email protected]

Create a superadmin

$ eecli create:member --member_group=1 [email protected]
Clone this wiki locally