Compare commits

...

1 Commits

Author SHA1 Message Date
Spencer Long
07f5cdb95f Revert "Fixed A Translation Issue With Auth" 2024-07-31 13:21:58 -05:00

View File

@@ -87,7 +87,7 @@ class ResetPasswordController extends Controller
'password.not_in' => trans('validation.disallow_same_pwd_as_user_fields'),
];
$request->validate($this->rules());
$request->validate($this->rules(), $request->all(), $this->validationErrorMessages());
Log::debug('Checking if '.$request->input('username').' exists');
// Check to see if the user even exists - we'll treat the response the same to prevent user sniffing