H.2 — Update README login example
What's wrong
README.md says:
Option A: Use the seeded user Go to /auth and log in with alice@a.com.
But prisma/seed.ts actually seeds parent1@example.com, parent2@gmail.com, rae@readinghuddle.com, asloran23@gmail.com, nevins321@gmail.com, sxg230203@utdallas.edu. None of them is alice@a.com. New devs hit "user not found".
How to fix
Replace the example with the real seeded users:
Option A: Use a seeded user. Go to /auth and log in with one of:
parent1@example.com (reader role)
rae@readinghuddle.com (admin role)
Files
README.md "How to Login" section
Severity
H.
Acceptance
H.2 — Update README login example
What's wrong
README.mdsays:But
prisma/seed.tsactually seedsparent1@example.com,parent2@gmail.com,rae@readinghuddle.com,asloran23@gmail.com,nevins321@gmail.com,sxg230203@utdallas.edu. None of them isalice@a.com. New devs hit "user not found".How to fix
Replace the example with the real seeded users:
Files
README.md"How to Login" sectionSeverity
H.
Acceptance