I'm running medplum server, foomedical-provider an...
# general
h
I'm running medplum server, foomedical-provider and foomedical on my local machine. I'm trying to register an account on my foomedical app connected to my local server API but I was not successful, it was returning "Project does not allow open registration". How can I allow open registration on my project so that patients can register.
c
Hi @helloworld2116606 - To enable open registration, you will need to use Super Admin features. 1. Open the app project (http://localhost:3000 by default) 2. Sign in as a Super Admin (the default user that was created when you first launched the server on localhost, admin@example.com / medplum_admin by default) 3. Go to /Project (i.e., http://localhost:3000/Project) 4. Find your project
5. Click on the "Edit" tab 6. Set the "Default Patient Access Policy"
that should enable open registration
Apologies that this flow isn't documented better 🐑
178 Views