['required', 'email', Rule::exists('users', 'email')], 'password' => 'required', ]; } }