Is there anyway to prevent the auto creation of ‘First Project’ when a user logs on? We are wanting to just provide view rights to an existing project.
1 Like
Hi there,
currently the only way would be to remove the two lines here: WebODM/app.py at master · OpenDroneMap/WebODM · GitHub and rebuild your own docker image via docker build -t opendronemap/webodm_webapp
.
I’ve had this issue myself and this should probably be fixed. I’ve opened an issue for this on Don't create "First Project" for all users · Issue #462 · OpenDroneMap/WebODM · GitHub. Thanks for the feedback!
2 Likes
Awesome, thanks Piero