How to Temporarily Disable a Project Without Losin...
# support
t
Hey everyone, I'm looking to temporarily disable a Medplum project so that no logins or new registrations are possible, but I still want to retain all the existing data. Any best practices on how to do this? I need to make sure everything stays intact for when we re-enable the project later. Thanks in advance!
@rahul1 any idea about this issue?
r
Remove the ProjectMemberships except for the admin
r
@theurbanerrorist , we dont' really have a first class way of doing this kind of "soft disable" right now. Deleting the ProjectMemberships would definitetly be a stopgap that prevents people from logging in
150 Views