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 Superadmin user forgets their password before reviewing merchant requests. They request a reset link, set a new password, and then sign in again with the new password.

Visual Flow

How It Should Work

  • It should send reset instructions for valid Superadmin accounts.
  • It should require a confirmed password that follows system password rules.
  • It should allow login with the new password after reset.

How It Should Not Work

  • It should not reset a creditor or Ecomailhub password from the Superadmin reset flow.
  • It should not accept weak or unconfirmed passwords.
  • It should not allow unlimited reset attempts in a short period.

Developer Notes

  • Keep password reset behavior on the Superadmin guard.
  • Do not reuse creditor reset messaging if it creates portal confusion.
  • routes/superadmin/auth.php
  • app/Livewire/SuperAdmin/Auth/ForgotPasswordPage.php
  • app/Livewire/SuperAdmin/Auth/ResetPasswordPage.php
Last modified on May 25, 2026