- How to setup Pow to create a user with a 20 character random string as password
- Also how to reset a users password
- Both actions done using the IEx console
- The docs: https://hexdocs.pm/pow/Pow.Ecto.Schema.html#module-customize-pow-changeset
defmodule Finance.Schemas.User do
@moduledoc """
The location of this schema has changed from the default placement upon
installation (`mix pow.install`). If using the Pow library docs to make any