Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

A new operations manager needs Superadmin access. An authorized Superadmin creates the account, and the new user can log in only to Superadmin workflows.

Visual Flow

How It Should Work

  • It should allow authorized management of Superadmin users.
  • It should keep Superadmin users separate from creditor and MailHub users.
  • It should remove or disable access when a Superadmin user should no longer log in.

How It Should Not Work

  • It should not allow unauthorized users to create Superadmin accounts.
  • It should not accidentally create a creditor or MailHub user instead.
  • It should not leave removed users with platform-level access.

Developer Notes

  • This is high-risk access management.
  • Auditability and guard separation matter more here than convenience.
  • app/Livewire/Creditor/ManageH2HUsers
  • routes/superadmin.php
  • routes/superadmin/auth.php
Last modified on May 25, 2026