Skip to main content

Profile & Session

Set which fields appear in the user profile view and which are stored in the session after login.

Go to StudioCollections → select an auth collection → OptionsProfile.

  • Configure Profile Fields: When turned on, the Fields Configuration and Session Fields tabs appear so you can control field layout and session data.
  • Reset Password: When turned on, users can reset their password from the profile view.
    • Restrict to Specific Roles: Limit password reset capability to specific roles.
    • Allowed Roles: Select which roles are allowed to reset passwords.

Fields Configuration

Shown when Configure Profile Fields is turned on. Each row is a field from the collection.

ColumnDescription
Field NameThe collection field. Required fields are marked with a red asterisk.
Column Span (0–12)How wide the field appears in the profile grid.
Form RequiredTurn on to make the field required when a user updates their profile.
VisibleTurn on to show the field in the profile view.
EditableTurn on to allow users to edit the field from their profile.

Drag the handle on the left of each row to reorder fields.

Session Fields

Select which fields are stored in the user session after login. Session fields are available across the application without additional queries.

tip

Include fields you check frequently — like role or userId. Avoid large or sensitive fields you don't need on every request.