From 4da264eb48f5cec2056723bb4347a9b184cd410c Mon Sep 17 00:00:00 2001
From: Shaheer Sarfaraz <53654735+DaKheera47@users.noreply.github.com>
Date: Tue, 17 Feb 2026 13:05:50 +0000
Subject: [PATCH] Add better account details for reactive resume section (#175)
---
docs-site/docs/features/reactive-resume.md | 13 ++++++++++++-
.../version-0.1.21/features/reactive-resume.md | 13 ++++++++++++-
.../src/client/components/OnboardingGate.tsx | 11 ++++++++++-
3 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/docs-site/docs/features/reactive-resume.md b/docs-site/docs/features/reactive-resume.md
index dfe8e41..4ba8fd2 100644
--- a/docs-site/docs/features/reactive-resume.md
+++ b/docs-site/docs/features/reactive-resume.md
@@ -74,6 +74,16 @@ At generation time:
## Setup and configuration
+### Account requirements (important)
+
+Before connecting Reactive Resume to JobOps:
+
+1. Create your account on **RxResume v4** at [v4.rxresu.me/auth/register](https://v4.rxresu.me/auth/register).
+2. Use a **native email + password** account (not Google/GitHub/other OAuth login).
+3. Generate/store that password so JobOps can use it for API login.
+
+JobOps cannot use OAuth-based RxResume logins for this integration.
+
### 1) Configure RxResume credentials
Configure in Settings:
@@ -171,7 +181,8 @@ curl -X POST "http://localhost:3001/api/jobs//generate-pdf"
### No resumes appear in dropdown
-- Confirm credentials are valid for `rxresu.me`/your configured RxResume URL.
+- Confirm credentials are valid for [v4.rxresu.me](https://v4.rxresu.me)/your configured RxResume URL.
+- Confirm the RxResume account is a native email/password account (not OAuth-only).
- Confirm the selected RxResume account actually has resumes.
### Project list is empty in settings
diff --git a/docs-site/versioned_docs/version-0.1.21/features/reactive-resume.md b/docs-site/versioned_docs/version-0.1.21/features/reactive-resume.md
index dfe8e41..4ba8fd2 100644
--- a/docs-site/versioned_docs/version-0.1.21/features/reactive-resume.md
+++ b/docs-site/versioned_docs/version-0.1.21/features/reactive-resume.md
@@ -74,6 +74,16 @@ At generation time:
## Setup and configuration
+### Account requirements (important)
+
+Before connecting Reactive Resume to JobOps:
+
+1. Create your account on **RxResume v4** at [v4.rxresu.me/auth/register](https://v4.rxresu.me/auth/register).
+2. Use a **native email + password** account (not Google/GitHub/other OAuth login).
+3. Generate/store that password so JobOps can use it for API login.
+
+JobOps cannot use OAuth-based RxResume logins for this integration.
+
### 1) Configure RxResume credentials
Configure in Settings:
@@ -171,7 +181,8 @@ curl -X POST "http://localhost:3001/api/jobs//generate-pdf"
### No resumes appear in dropdown
-- Confirm credentials are valid for `rxresu.me`/your configured RxResume URL.
+- Confirm credentials are valid for [v4.rxresu.me](https://v4.rxresu.me)/your configured RxResume URL.
+- Confirm the RxResume account is a native email/password account (not OAuth-only).
- Confirm the selected RxResume account actually has resumes.
### Project list is empty in settings
diff --git a/orchestrator/src/client/components/OnboardingGate.tsx b/orchestrator/src/client/components/OnboardingGate.tsx
index a40066d..7edd77e 100644
--- a/orchestrator/src/client/components/OnboardingGate.tsx
+++ b/orchestrator/src/client/components/OnboardingGate.tsx
@@ -664,7 +664,16 @@ export const OnboardingGate: React.FC = () => {
Link your RxResume account
- Used to export tailored PDFs.
+ Used to export tailored PDFs. Create an account{" "}
+
+ here
+ {" "}
+ on RxResume v4 using email/password.