Skip to content

Commit 1f2a691

Browse files
sulavalehtoPetri Salminen
andauthored
Update 2015-10-11-use-wordpress-with-wpcli.md (#63)
* Update 2015-10-11-use-wordpress-with-wpcli.md Creating a new user command updated Co-authored-by: Petri Salminen <petri@seravo.com>
1 parent 11aef5f commit 1f2a691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2015-10-11-use-wordpress-with-wpcli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ $ wp db import your-dump-filename.sql
3030

3131
### Create user
3232

33-
This creates a new administrator user **'admin'** with password **'admin'**:
33+
This creates a new administrator user **'username'** with password **'newpassword'**:
3434

3535
```bash
36-
$ wp user create admin admin@example.test --user_role=administrator --user_pass=admin
36+
$ wp user create username email --user_pass=newpassword --role=administrator
3737
```
3838

3939
### Search-Replace database contents

0 commit comments

Comments
 (0)