ExVenture.Users.User (ExVenture v0.1.0) View Source

User schema

Link to this section Summary

Link to this section Types

Specs

t() :: %ExVenture.Users.User{
  __meta__: term(),
  avatar_extension: term(),
  avatar_key: term(),
  characters: term(),
  email: term(),
  email_verification_token: term(),
  email_verified_at: term(),
  id: term(),
  inserted_at: term(),
  password: term(),
  password_confirmation: term(),
  password_hash: term(),
  password_reset_expires_at: term(),
  password_reset_token: term(),
  playable_characters: term(),
  role: term(),
  token: term(),
  updated_at: term(),
  username: term()
}

Link to this section Functions

Link to this function

avatar_changeset(struct, key, extension)

View Source
Link to this function

create_changeset(struct, params)

View Source
Link to this function

password_changeset(struct, params)

View Source
Link to this function

update_changeset(struct, params)

View Source