eamoneamoneam
04/19/2023, 12:03 AMapp.medplum.com/admin/members/[redacted], I am still seeing the 'Project does not allow open registration' message after trying to sign up as a new user. We currently on the developer tier, and are using the RegisterForm and SignInForm components from the medplum storybook for patient registration/signup.
Login works when users are invited through app.medplum/admin/invite, after which we are able to receive user information through other medplum methods without issue, but otherwise this has been a bottleneck for useamoneamoneam
04/19/2023, 12:03 AMeamoneamoneam
04/19/2023, 12:04 AM{
"compartment": {
"reference": "%patient"
},
"resource": [
{
"resourceType": "Patient",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "Observation",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "DiagnosticReport",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "MedicationRequest",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "Coverage",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "PaymentNotice",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "CarePlan",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "Immunization",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "Communication",
"compartment": {
"reference": "%patient"
}
},
{
"resourceType": "Organization",
"readonly": true
},
{
"resourceType": "Practitioner",
"readonly": true
},
{
"resourceType": "Schedule",
"readonly": true
},
{
"resourceType": "Slot",
"readonly": true
},
{
"resourceType": "Binary"
}
],
"resourceType": "AccessPolicy",
"name": "defaultPatientAccessPolicy",
"id": "[ACCESS_POLICY_ID]",
"meta": {
"versionId": "[VERSION_ID]",
"lastUpdated": "2023-04-18T18:10:48.658Z",
"author": {
"reference": "Practitioner/[ADMIN_ID]",
"display": "Team Hilo"
},
"project": "[PROJECT_ID]",
"compartment": [
{
"reference": "Project/[PROJECT_ID]"
}
]
}
}rahul1
04/19/2023, 5:59 PMeamoneamoneam
04/19/2023, 6:18 PM