Skip to content

Instantly share code, notes, and snippets.

@javierg
Created December 21, 2016 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierg/60372e60aca12615c1edced1a6414a55 to your computer and use it in GitHub Desktop.
Save javierg/60372e60aca12615c1edced1a6414a55 to your computer and use it in GitHub Desktop.
alias PhoenixUeberauthComeonin.Repo
Repo.insert! %User{
name: "Administrator",
email: "admin@admin.com",
password: Comeonin.Bcrypt.hashpwsalt("admin")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment