['required', 'string', 'email', 'max:255', 'unique:users,email', new EmailProvider], 'name' => 'required|string|max:255', 'password' => $this->passwordRules(), ]; } }