User management

Turn your project into a multi-user product: visitors can sign up, verify email, reset passwords, and access profile pages backed by Prowpt auth APIs.

Requirements

User management is available on Starter and higher. Free workspaces cannot enable end-user accounts. The toggle lives in Project Settings alongside email template configuration.

Warning:
Email deliverability for verification and reset flows depends on your DNS and template quality—send test emails before launch.

App users vs platform users

Platform users sign into prowpt.ai to edit. App users authenticate against your published slug only and never receive builder permissions.

  • JWTs are scoped per project slug.
  • Profile record types can mirror app user fields for CRM-style data.
  • Backoffice user lists help moderators inspect accounts.

user-auth-flow

Placeholder: signup → verify → login → profile.

Email templates

Customize verification, password reset, and notification templates per project. Workflows that send email can reuse the same templating system with merge fields.