Commit Graph
3 Commits
Author SHA1 Message Date
Juan Felipe Duarte 36bf56b622 Normalize email input for registration and login
Trim and lowercase email before storing or attempting login to avoid mismatches from case or surrounding whitespace. Updated RegisteredUserController@store to save 'email' => strtolower(trim($request->email)) and LoginRequest@authenticate to call Auth::attempt with the normalized email input.
2026-03-02 08:43:12 -05:00
root 4506a003e8 Mensaje de commit 2023-11-07 22:43:10 +00:00
lizandrogd 8ce210f27c Initial commit 2023-07-26 08:28:13 -05:00