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

Maya is already signed in and wants to rotate her password. She enters her current password, chooses a new password, confirms it, and the portal updates her account.

Visual Flow

How It Should Work

  • It should require the current EcoMail Hub password.
  • It should require the new password to be different and confirmed.
  • It should apply the same password strength rules used elsewhere in the app.

How It Should Not Work

  • It should not let one EcoMail Hub user change another user’s password from this page.
  • It should not accept the current password as the new password.
  • It should not use the creditor or Super Admin guard for current-password validation.

Developer Notes

  • Current-password validation uses current_password:consumer-response-manager.
  • routes/ecomailhub/auth.php
  • app/Livewire/ConsumerResponseManager/ChangePasswordPage.php
  • app/Livewire/ConsumerResponseManager/Forms/ChangePasswordForm.php
Last modified on May 26, 2026