Skip to content

Instantly share code, notes, and snippets.

@adz
Created November 27, 2015 05:09
Show Gist options
  • Save adz/ce6153dee2860849e717 to your computer and use it in GitHub Desktop.
Save adz/ce6153dee2860849e717 to your computer and use it in GitHub Desktop.
make_user role name password =
<some code that actually makes user>
make_admin = make_user “admin”
make_admin “adz” “pa$$word”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment