poa_backend v0.1.0 POABackend.Auth.Models.User View Source

This module encapsulates the User model

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %POABackend.Auth.Models.User{
  __meta__: term(),
  active: :boolean,
  inserted_at: term(),
  password: String.t(),
  password_hash: String.t(),
  updated_at: term(),
  user: String.t()
}

Link to this section Functions

Link to this function changeset(user, params \\ %{}) View Source