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 wants to rotate their password after a security review. They enter their current password, enter and confirm a new password, and save it.

Visual Flow

How It Should Work

  • It should require the current password.
  • It should require a new confirmed password that follows password rules.
  • It should update only the logged-in Superadmin user.

How It Should Not Work

  • It should not change the password when the current password is wrong.
  • It should not allow changing another Superadmin user from this page.
  • It should not accept a weak or unconfirmed password.

Developer Notes

  • This page is a self-service security page, not user administration.
  • Keep validation aligned with Superadmin password rules.
  • routes/superadmin/auth.php
  • app/Livewire/SuperAdmin/ChangePasswordPage.php
  • app/Livewire/SuperAdmin/Forms/Auth/ChangePasswordForm.php
Last modified on May 25, 2026