Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica
Skip to main content

Module new_user

Module new_user 

Source
Expand description

Inputs for creating a user.

NewUser is the request shape for “create a user with these settings”, used in two places:

There is no separate “initial user” concept: the entity that creates the instance is just the first NewUser, and from that point on additional users are created through the admin path. This eliminates the prior hardcoded admin/admin bootstrap.

Structs§

NewUser
Inputs needed to create a user account.