Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Create user:
  2. ```
  3. drush ucrt example_username --password="example_password" --mail="example@example.com"
  4. ```
  5.  
  6. Update user password:
  7. ```
  8. drush upwd example_username --password="example_password"
  9. ```
  10.  
  11. Remove user account (anonymise all content generated by user):
  12. ```
  13. drush ucan example_username
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement